valgrind 3.18.1-ok1 source package in openKylin
Changelog
valgrind (3.18.1-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Mon, 26 Sep 2022 17:23:25 +0800
valgrind (3.18.1-ok1) yangtze; urgency=medium * Build for openKylin. -- zhouganqing <email address hidden> Mon, 26 Sep 2022 17:23:25 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.18.1.orig.tar.bz2 | 15.4 MiB | 00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5 |
valgrind_3.18.1-ok1.debian.tar.xz | 7.2 KiB | 02252046aa9a3e832410a28f46e68b19366f28b4e5fdad0de7f4feb5f683c5fa |
valgrind_3.18.1-ok1.dsc | 2.2 KiB | b31a95655527cca0c048cfefaa7c6c1199d975ed47ee08f1de9eff0f62d57eaf |
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 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.
.
This package provides the debug symbols for valgrind's tools and libraries.
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.
.
This package provides the "mpiwrap" library for debugging distributed-memory
applications which use the MPI message passing standard.