Settings

Theme

Xcode now supports Processor Trace profiling on M4/A18

developer.apple.com

36 points by ladberg 9 months ago · 4 comments

Reader

7e 9 months ago

How can I use these without the abomination that is Xcode?

sunnyps 9 months ago

Is this basically like Valgrind, but using CPU counters?

  • bri3d 9 months ago

    Think like callgrind, but without the overhead.

    The true x86 equivalent is probably `vtune`

    For open source there's `perf` + `flamegraph` but that's not interactive, or `KDAB/hotspot` which is probably the closest open-source thing to Apple Instruments.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection