[ bianca ]
[ 源代码: heaptrack ]
软件包:heaptrack-gui(1.5.0+dfsg1-5)
heaptrack-gui 的相关链接
下载源码包 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 GUI for data analysis.
其他与 heaptrack-gui 有关的软件包
|
|
|
|
-
- dep: kio
- resource and network access abstraction
-
- 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: libc6 (>= 2.34)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC support library
-
- dep: libkf5configcore5 (>= 4.97.0)
- configuration settings framework for Qt
-
- dep: libkf5configwidgets5 (>= 4.96.0)
- Extra widgets for easier configuration support.
-
- dep: libkf5coreaddons5 (>= 5.16.0)
- KDE Frameworks 5 addons to QtCore
-
- dep: libkf5i18n5 (>= 4.97.0)
- Advanced internationalization framework.
-
- dep: libkf5iconthemes5 (>= 4.96.0)
- Support for icon themes.
-
- dep: libkf5kiowidgets5 (>= 5.115.0)
- resource and network access abstraction (KIO widgets library)
-
- dep: libkf5threadweaver5 (>= 4.98.0)
- ThreadWeaver library to help multithreaded programming in Qt
-
- dep: libkf5widgetsaddons5 (>= 5.16.0)
- add-on widgets and classes for applications that use the Qt Widgets module
-
- dep: libqt5core5t64 (>= 5.14.1) [arm64]
- Qt 5 core module
- dep: libqt5core5t64 (>= 5.15.1) [amd64]
-
- dep: libqt5gui5t64 (>= 5.7.0)
- Qt 5 GUI module
- 或者 libqt5gui5-gles (>= 5.7.0)
- Qt 5 GUI module — OpenGL ES variant
-
- dep: libqt5widgets5t64 (>= 5.11.0~rc1)
- Qt 5 widgets module
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3