Any Monkey GLFW profiler?

Monkey Forums/Monkey Programming/Any Monkey GLFW profiler?

ziggy(Posted 2013) [#1]
Does anybody have a Monkey profiler?


AdamRedwoods(Posted 2013) [#2]
for windows? i've used this, but not on Monkey:
http://www.codersnotes.com/sleepy/


ziggy(Posted 2013) [#3]
Interesting, I'll see if it can be used in Monkey generated executables. I'm not sure it'll work as it seems to require debug info into the EXE and I think the Monkey debuger is built upon the non-debug c++ generated code


AdamRedwoods(Posted 2013) [#4]
seems to work if the MS project has the linker "export debug info" set.


programmer(Posted 2013) [#5]
MacOS/iOS: XCode Instruments works very well.