跳到內容

Heaptrack

分類:   程式開發
Summary of tracked heap memory allocation data
Flamegraph visualization of number of heap memory allocations
Chart of heap memory allocations over time

Heaptrack traces all memory allocations and annotates these events with stack traces. Dedicated analysis tools then allow you to interpret the heap memory profile to:

  • find hotspots that need to be optimized to reduce the memory footprint of your application
  • find memory leaks, i.e. locations that allocate memory which is never deallocated
  • find allocation hotspots, i.e. code locations that trigger a lot of memory allocation calls
  • find temporary allocations, which are allocations that are directly followed by their deallocation
立即安裝
Linux
這個按鈕只支援 Discover 和其他使用 AppStream 的應用程式商店。您也可以使用您的發行版的軟體包管理員。

釋出版本 RSS

1.5.0 2023-09-23
1.4.0 2022-06-15
1.3.0 2021-12-16