XCode is painful but I always miss Instruments whenever I'm profiling something on my Linux systems
perf top
perf top is Instrument's "top functions" sampler. It doesn't get used all that often because there are much better ways to process this information.
perf top
perf top is Instrument's "top functions" sampler. It doesn't get used all that often because there are much better ways to process this information.