Summary: | Ability to set manual snapshots from signal | ||
---|---|---|---|
Product: | [Applications] Heaptrack | Reporter: | Guillaume Desmottes <gdesmott> |
Component: | general | Assignee: | Milian Wolff <mail> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | gdesmott |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Guillaume Desmottes
2022-04-20 14:35:42 UTC
heaptrack now allows filtering on the time axis of the charts. I think adding custom markers there to better allow figuring out where to filter is a great idea! I'm not so fond though of writing to different files or such to create different snapshots. patches welcome :) > heaptrack now allows filtering on the time axis of the charts. So is there a way to filter to only display the allocated and not freed memory in a specific time interval? I didn't find any way to do that in heaptrack_gui. > I think adding custom markers there to better allow figuring out where to filter is a great idea! I'm not so fond though of writing to different files or such to create different snapshots. Agreed, I think custom markers would be enough then. See https://www.kdab.com/heaptrack-v1-3-0-release/ that shows a screenshot with the filtering active. The range basically selects two time slices and when you apply that filter, the tables and flamegraph will show the delta between those two time slices. |