v1.1.0 - adds event timeline and record page
Hey all,
I have the pleasure to finally announce the availability of hotspot v1.1.0. Hotspot is a GUI for Linux perf. Right now, it's a drop-in replacement for (parts of) perf report
. It aims to be easier to use, but comes with powerful features to analyze the profiler data. This release adds
- event time line with advanced filtering capabilities
- record page to run perf on newly launched applications or to attach to running processes
- AppImage for easier consumption, esp. on older distros
The full release announcement contains pretty screenshots:
https://www.kdab.com/hotspot-v1-1-0-adds-timeline-recording-features/
Thanks, hope you like it. If so, please consider contributing:
Patches: https://github.com/KDAB/hotspot/pulls
Bug Reports: https://github.com/KDAB/hotspot/issues
NOTE: The GitHub-provided source tarballs do not contain the required perfparser
submodule. Either download that separately, or directly use one of the hotspot-v1.1.0.{tar.gz,zip}
source packages, which should be self-contained.
md5sum:
52eed6f8a78451ef6c44e541624de947 hotspot-v1.1.0.tar.gz
273cb3d6a5508254caed6ee5296689e6 hotspot-v1.1.0-x86_64.AppImage
09b3b90a18936bed58558955113d0135 hotspot-v1.1.0.zip
sha1sum:
3cef6822da0f29fb5f37b272f3d4154217628214 hotspot-v1.1.0.tar.gz
143131ff5a0a071740d7401c9ca24a9f3497b7d9 hotspot-v1.1.0-x86_64.AppImage
2d22a815c90102437cf7f3449c2469afa5b8df4f hotspot-v1.1.0.zip
Cheers