Sun, 26 May 2024 06:47:44 UTC | login

Information for build perl-Test-MemoryGrowth-0.04-2.fc33

ID166203
Package Nameperl-Test-MemoryGrowth
Version0.04
Release2.fc33
Epoch
SummaryAssert that code does not cause growth in memory usage
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 14 Jul 2020 11:14:26 UTC
CompletedTue, 14 Jul 2020 11:14:26 UTC
Tags
f33
RPMs
src
perl-Test-MemoryGrowth-0.04-2.fc33.src.rpm (info) (download)
noarch
perl-Test-MemoryGrowth-0.04-2.fc33.noarch.rpm (info) (download)
Changelog * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-2 - Perl 5.32 rebuild * Thu Jun 18 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-1 - 0.04 bump * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-3 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-1 - 0.03 bump * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.02-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.02-8 - Perl 5.28 rebuild