← Back to context Comment by ForLoveOfCats 5 days ago XCode is painful but I always miss Instruments whenever I'm profiling something on my Linux systems 2 comments ForLoveOfCats Reply Cloudef 4 days ago perf top saagarjha 4 days ago 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.
Cloudef 4 days ago perf top saagarjha 4 days ago 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.
saagarjha 4 days ago 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.