[ bianca ]
[ aria ]
[ 源代码: valgrind ]
软件包:valgrind(1:3.24.0-3)
valgrind 的相关链接
下载源码包 valgrind:
- [valgrind_3.24.0-3.debian.tar.xz]
- [valgrind_3.24.0-3.dsc]
- [valgrind_3.24.0.orig.tar.bz2]
- [valgrind_3.24.0.orig.tar.bz2.asc]
维护小组:
外部的资源:
- 主页 [www.valgrind.org]
相似软件包:
instrumentation framework for building dynamic analysis tools
Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools.
The Valgrind distribution currently includes six production-quality tools:
* a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif)It also includes three experimental tools:
* a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV)
其他与 valgrind 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libc6-dbg
- GNU C Library: detached debugging symbols
-
- rec: gdb
- GNU Debugger
-
- rec: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: kcachegrind
- visualisation tool for the Valgrind profiler
-
- sug: valgrind-mpi
- instrumentation framework for building dynamic analysis tools (MPI module)