Sample Header Ad - 728x90

Profiling code with XCode

0 votes
1 answer
1458 views
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) enter image description here 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.
Asked by Remi.b (721 rep)
Nov 4, 2016, 10:06 PM
Last activity: Nov 12, 2016, 11:18 PM