I am trying to use time profiler. It worked in the past with an older version of the same code but now it looks like it is not working anymore.
From Xcode
, I go on profile
and select time profiler
and then start recording. The record stops after not even a second. I never really understood when time profiler decides to stop the recording but in the past it was long enough to get info of interest. The call tree looks like (let me know if you'd like me to zoom on any part)
As all symbols on the left of the call tree are yellow (don't exactly what it means), it seems like my code never really started doing anything. Of course, my code works fine and run without error in both regular and #define DEBUG
mode whether on Xcode or through the command line.