Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-MemoryGrowth-0.50.0-1.mga10 RPM for noarch

From Mageia Cauldron for aarch64 / media / core / release

Name: perl-Test-MemoryGrowth Distribution: Mageia
Version: 0.50.0 Vendor: Mageia.Org
Release: 1.mga10 Build date: Thu Sep 19 13:23:39 2024
Group: Development/Perl Build host: localhost
Size: 46357 Source RPM: perl-Test-MemoryGrowth-0.50.0-1.mga10.src.rpm
Packager: tv <tv>
Url: https://metacpan.org/release/Test-MemoryGrowth
Summary: Assert that code does not cause growth in memory usage
This module provides a function to check that a given block of code does
not result in the process consuming extra memory once it has finished.
Despite the name of this module it does not, in the strictest sense of the
word, test for a memory leak: that term is specifically applied to cases
where memory has been allocated but all record of it has been lost, so it
cannot possibly be reclaimed. While the method employed by this module can
detect such bugs, it can also detect cases where memory is still referenced
and reachable, but the usage has grown more than would be expected or
necessary.

The block of code will be run a large number of times (by default 10,000),
and the difference in memory usage by the process before and after is
compared. If the memory usage has now increased by more than one byte per
call, then the test fails.

In order to give the code a chance to load initial resources it needs, it
will be run a few times first (by default 10); giving it a chance to load
files, AUTOLOADs, caches, or any other information that it requires. Any
extra memory usage here will not count against it.

Provides

Requires

License

GPLv1+ or Artistic

Changelog

* Thu Sep 19 2024 tv <tv> 0.50.0-1.mga10
  + Revision: 2098850
  - update to 0.05

Files

/usr/share/doc/perl-Test-MemoryGrowth
/usr/share/doc/perl-Test-MemoryGrowth/Changes
/usr/share/doc/perl-Test-MemoryGrowth/LICENSE
/usr/share/doc/perl-Test-MemoryGrowth/META.json
/usr/share/doc/perl-Test-MemoryGrowth/META.yml
/usr/share/doc/perl-Test-MemoryGrowth/MYMETA.yml
/usr/share/doc/perl-Test-MemoryGrowth/README
/usr/share/man/man3/Test::MemoryGrowth.3pm.xz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/MemoryGrowth.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jan 20 09:27:07 2025