logo
首页技术栈工具库讨论
heaptrack

heaptrack

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
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconKDE/heaptrack1329
CONDA
conda install -c anaconda heaptrack
查看
标签
根据用户添加的标签生成
暂无标签