hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

The Linux perf GUI for performance analysis.

Results 81 hotspot issues
Sort by recently updated
recently updated
newest added

I see many commits from 2022, but "continunous" built is from 2020. Is there a recent pre-built AppImage of Hotspot? Maybe there are enough changes to make a proper new...

These patches allow hotspot to run `perf record` on remote devices via ssh. The recording data is streamed directly to hotspot without storing it on the device. fixes #12

in some cases the flamegraph contains only std::... and not the function name. This patch allows the user to change the eliding to ElideLeft so that you can see the...

enhancement

A rewrite of the disassembly view closes #9

**Is your feature request related to a problem? Please describe.** Opening large perf recordings (e.g. of a test-suite spawning many binaries) takes minutes, most of the time is spent executing...

enhancement
help wanted

this patch allows the user to measure the time it takes between two tracepoints and shows this as a cost

the grouping should be at top level (same for flamegraph)

enhancement