Hacker News new | ask | show | jobs
by ForLoveOfCats 324 days ago
XCode is painful but I always miss Instruments whenever I'm profiling something on my Linux systems
1 comments

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.