Time Profiler seems to only show function calls sorted by their CPU time ranking. However, sometimes I'd like to see call sequence (multithreaded) during a particular run.
Do I need a custom instrument to achieve that instead?
I played around with the checkboxes that Time Profiler provided in its UI, but nothing helped. I had to resort to the good old logging, which is obviously inefficient.