[ bianca ]
[ 原始碼: heaptrack ]
套件:heaptrack(1.5.0+dfsg1-5)
heaptrack 的相關連結
下載原始碼套件 heaptrack:
- [heaptrack_1.5.0+dfsg1-5.debian.tar.xz]
- [heaptrack_1.5.0+dfsg1-5.dsc]
- [heaptrack_1.5.0+dfsg1.orig.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
heap memory profiler for Linux
Heap memory usage profiler. It uses LD_PRELOAD to track all calls to the core memory allocation functions and logs these occurrences. Additionally, backtraces are obtained and logged. It can also generate a historigram of allocation sizes over the number of calls. Heaptrack measures the following:
* Heap memory consumption (like Massif). * Number of calls to allocation functions (like callgrind). * Total amount of memory allocated, ignoring deallocations. * Leaked memory (like memcheck).
Heaptrack is notable for its ability to attach to running processes, for consuming substantially less memory than Valgrind, and for not reducing an application's interactivity as much as Valgrind does. Heaptrack is useful for debugging memory leaks and memory ballooning.
The package contains the command line tools.
其他與 heaptrack 有關的套件
|
|
|
|
-
- dep: libboost-filesystem1.83.0 (>= 1.83.0)
- filesystem operations (portable paths, iteration over directories, etc) in C++
-
- dep: libboost-iostreams1.83.0 (>= 1.83.0)
- Boost.Iostreams Library
-
- dep: libboost-program-options1.83.0 (>= 1.83.0)
- program options library for C++
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC support library
-
- dep: libheaptrack (= 1.5.0+dfsg1-5)
- heap memory profiler for Linux
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3