top | item 43354576 (no title) sunnyps | 11 months ago Is this basically like Valgrind, but using CPU counters? discuss order hn newest bri3d|11 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.
bri3d|11 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.
bri3d|11 months ago
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.