Long-time OS X developer here, so I'm a bit confused on what kind of profiling tools exist on Windows that are similar to the OS X Instruments.
With Instruments I can literally see function calls and how long each is taking, as well as threads to determine which are probably eating up too much CPU time.
I've tried the built in profiler but it is only telling me CPU usage over time, no call trees.
Does the built-in profiler support this? Or should I be looking at third party tools?
Thanks in advance!