hotspot
hotspot copied to clipboard
The Linux perf GUI for performance analysis.
**Describe the bug** The first time I use hotspot, I got the flamegraph as expected as below.  Lator on, with the same code, and same run time, same setting,...
**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...
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...
**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...
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...
There a some new / changed features that should be reflected in the Readme eg: - New Disassembler - Inlined Frames