hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

The Linux perf GUI for performance analysis.

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

this gives the user more leeway to use the appimage closes: 554

This will finally close #560. I successfully tested it with a local running `debuginfod` instance. I didn't managed to get it running by using the ci bundle, because the `run_debuginfod_in_docker.sh`...

enhancement

This commit adds a ci build to build hotspot without optional dependencies. This should prevents bugs like #575 (fails to build without qcustomplot).

bug

Show tracepoints in TimeLineWidget

enhancement

The search functions only works on a limited range, but the model contained the complete source code. This patch runs the search function on only a subset of that code....

bug

This allows the user to run the appimage on non fuse2 systems (all moderns systems use fuse3). This is achieved by using the static appimage runtime. Since linuxdeploy doesn't support...

enhancement

**Describe the bug** Use of Disassembly shows _partially_ (and not always) the source of a previous disassembly. Furthermore the search function seems to be totally broken. @lievenhey I guess you...

bug

> > [...] maybe all you need to do instead is run `hotspot -platform offscreen ...` or `QT_QPA_PLATFORM=offscreen hotspot ...` instead? > > [...] the first test did not worked...

**Is your feature request related to a problem? Please describe.** I'm looking at disassembly that is generated from COBOL (so COBOL on the left side) where one COBOL statement may...

enhancement

From #568: I try to explain what I've thought to understand and what I think should be the UI for that. * "real" inline (the compiler is free to inline...

enhancement
help wanted
needs_info