パッケージ: libtest-valgrind-perl (1.19-1)
libtest-valgrind-perl に関するリンク
Trisquel の資源:
libtest-valgrind-perl ソースパッケージをダウンロード:
- [libtest-valgrind-perl_1.19-1.dsc]
- [libtest-valgrind-perl_1.19.orig.tar.gz]
- [libtest-valgrind-perl_1.19-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Jonathan Yu
- gregor herrmann
- Florian Schlichting
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to test Perl code through valgrind
Test::Valgrind is a module that lets you run Perl code through the memcheck tool of the Valgrind Memory Debugger, to test it for memory errors and leaks.
Due to the nature of perl's memory allocator, this module can't track leaks of Perl objects. This includes non-mortalized scalars and memory cycles. However, it can track leaks of chunks of memory allocated in XS extensions with Newx and friends or malloc. As such, it's complementary to the other very good leak detectors such as Test::LeakTrace.
Additionally, this module can run arbitrary commands (not just Perl code) and provide output compliant with Perl's Test Anything Protocol (TAP). This means that any executable can be run under valgrind and incorporated into your testsuite.
その他の libtest-valgrind-perl 関連パッケージ
|
|
|
-
- dep: libenv-sanctify-perl
- Perl module providing lexically scoped environment (%ENV)
-
- dep: libfile-homedir-perl
- Perl module for finding user directories across platforms
-
- dep: libperl-destruct-level-perl
- Perl module to change Perl's destruction level
-
- dep: libxml-twig-perl
- Perl module for processing huge XML documents in tree mode
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- dep: valgrind
- instrumentation framework for building dynamic analysis tools