hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

The Linux perf GUI for performance analysis.

Results 120 hotspot issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** The first time I use hotspot, I got the flamegraph as expected as below. ![1714447562596_5DA6B62F-446D-4a30-B354-655E02600E68](https://github.com/KDAB/hotspot/assets/6230304/a1fe7031-445e-4e89-b2dc-6b36ce902968) Lator on, with the same code, and same run time, same setting,...

bug
needs_info

**Describe the bug** hotspot crashed when opening a very large data file(1.72GB). **To Reproduce** Steps to reproduce the behavior: ``` hotspot hotspot_crash.data &> ~/hotspot.log ``` **Expected behavior** A clear and...

bug

README.md: * updated AppImage notes - point to latest/continuous release instead of CI artifacts * case adjustments for Hotspot and AppImage * http -> https * some minor rewording HACKING.md:...

If we have a recording with the following layout: A B C where A: part where function f is accessed B: list samples C: part where function g is accessed...

:robot: I have created a release *beep* *boop* --- ## [1.6.0](https://github.com/KDAB/hotspot/compare/v1.5.0...v1.6.0) (2024-05-17) ### Features * add tab width setting ([0cdebbb](https://github.com/KDAB/hotspot/commit/0cdebbb7dd7f7a00302405ed8eb20dcd322db31f)), closes [#583](https://github.com/KDAB/hotspot/issues/583) ### Bug Fixes * [#624](https://github.com/KDAB/hotspot/issues/624) ([8e54107](https://github.com/KDAB/hotspot/commit/8e5410759df0b37f352eff968bc8b87e9367c1b2)) * clear...

autorelease: pending

**Describe the bug** Recently we updated Kate text editor to use C++20. After the switch, I noticed that the flamegraph being shown in hotspot was incorrect consistently. (I am not...

bug
needs_info

Maybe fixed by #636 ```gdb .... [Detaching after fork from child process 10763] [Detaching after fork from child process 10764] [Detaching after fork from child process 10765] ASSERT failure in...

bug

There a some new / changed features that should be reflected in the Readme eg: - New Disassembler - Inlined Frames

enhancement