summaryrefslogtreecommitdiff
path: root/devel/gperftools
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-14Fix build on NetBSD/ARM.joerg3-1/+28
2015-04-03Add buildlink3.mk.hiramatsu1-0/+12
2015-04-03Update devel/gperftools to 2.4, patch provided by Jonathan Buschmann in PR ↵hiramatsu3-51/+14
49625. Changes from previous: == 2.4 == + enabled aggressive decommit option by default, significantly improve memory fragmentation + new ./configure flags for tcmalloc pagesize and tcmalloc allocation alignment. + Faster malloc/free, 5% on static library and about 10% on shared library. Mainly due to more efficient checking of malloc hooks. + Improved accuracy of stacktrace capturing in cpu profiler == 2.3 == + New experimental method for CPU profiling (only for Linux) + Most are fixes to pprof + Few other fixes, notably libunwind integration (selectable in configure step) and disabled on OSX & ppc64 == 2.2 == + Support for mips/mips64/aarch64/ppc64-le + New method for capturing backtrace + More fixes + Fixes for Windows + Sources served by Google drive
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-04-16Import gperftools-2.1 as devel/gperftools.wiz5-0/+167
These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler, and CPU-profiler.