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

> we do have a pretty full featured docker image already, would it help to re-use that [...]? > the problem would be where to host the image, as the...

**Is your feature request related to a problem? Please describe.** I've just recognized the unhandled features in the PerfHeader messages I get when opening recordings and those two seem to...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** After running system-wide recordings (actually limited to a service user already) I often get huge amount of warning messages like...

enhancement

The very interesting option in kcachegrind (which is also the reason that the assembly view has a source reference) is that one can _order_ by clicking on the columns, enabling...

It is very likely that this is not a bug, but rather a problem on my side. As I did not find a forum or mailing list to ask my...

question

currently we are just parsing the output of `objdump` which in case of inlined functions is not useable. See #490 If I comple test.c ```c #include inline int square(int i)...

enhancement

this adds a simple detection for inlined code to elide it from the assembly view. ![grafik](https://github.com/KDAB/hotspot/assets/82457690/8296f3c1-fe39-4817-9529-78ead3d11dda) I am not sure if this works correctly so it would be nice if...

the current implementation of the color generation does not respect contrast, which can lead to highly suboptimal results. I would propose the following: ![image](https://github.com/KDAB/hotspot/assets/82457690/24f3eab7-c48a-48ea-8a97-08777c746f8d) from [stackoverflow](https://graphicdesign.stackexchange.com/questions/3682/where-can-i-find-a-large-palette-set-of-contrasting-colors-for-coloring-many-d) implement this lookup table...

enhancement

**Describe the bug** Starting the run-everywhere AppImage doesn't work. **To Reproduce** Try to start that on any system that has no libfuse2 (still allows to run extracted) or does not...

bug

![contained &](https://user-images.githubusercontent.com/6699539/139075047-28f6168b-b08c-4b87-a6bd-473b8319a5aa.png) the title has a contained `&`. Hm, this isn't shown in the Dec2020 screenshot https://raw.githubusercontent.com/KDAB/hotspot/master/screenshots/dockwidgets.png is that a new issue or only happening on this machine?

bug
upstream