ID:132251
 
What happened to being able to profile how much CPU usage procs do?
Code and Network profiling is still available in Options and Messages in DEBUG mode.
In response to Kaiochao
Do you get DEBUG mode by having #define DEBUG in your coding? Because I already do.
In response to Ganing
That or I have it checked in 'Build>Preferences for [project]>Generate debugging information'. Either way, it says "saving [project].dmb (DEBUG mode)" in the compile. Then, I just run, hit F1 to open Options and Messages, and go to Server>Profile.
In response to Kaiochao
Gotcha, thanks.