跳至内容

堆栈追踪

分类:   开发
跟踪的堆内存分配数据摘要
堆内存分配次数的火焰图可视化
随时间推移的堆内存分配图表

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.4.0 2022-06-15
1.3.0 2021-12-16