Y
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
Cloudef
324 days ago
perf top
link
saagarjha
323 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.
link