Path to this page:
./
wip/google-perftools,
Multi-threaded malloc() and nifty performance analysis tools
Branch: CURRENT,
Version: 1.5,
Package name: google-perftools-1.5,
Maintainer: cheusovThese 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.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 3c014fa2c2b140374f56678cd10f4427080f4f99
Filesize: 1132.448 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-10-09 12:05:43 by Aleksey Cheusov | Files touched by this commit (25) |
Log message:
Update my email
|
2010-06-24 20:07:14 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
Update to 1.5
Tue Jan 19 14:46:12 2010 Google Inc. <opensource@google.com>
* google-perftools: version 1.5 release
* Add tc_set_new_mode (willchan)
* Make memalign functions + realloc respect tc_set_new_mode
(willchan)
* Add ReleaseToSystem(num_bytes) (kash)
* Handle zero-length symbols a bit better in pprof (csilvers)
* Prefer __environ to /proc/self/environ in cpu profiler (csilvers)
* Add HEAP_CHECK_MAX_LEAKS flag to control #leaks to report (glider)
* Add two new numeric pageheap properties to MallocExtension (fikes)
* Print alloc size when mmap fails (hakon)
* Add ITIMER_REAL support to cpu profiler (csilvers, nabeelmian)
* Speed up symbolizer in heap-checker reporting (glider)
* Speed up futexes with FUTEX_PRIVATE_FLAG (m3b)
* Speed up tcmalloc but doing better span coalescing (sanjay)
* Better support for different wget's and addr2maps in pprof
(csilvres)
* Implement a nothrow version of delete and delete[] (csilvers)
* BUGFIX: fix a race on module_libcs[i] in windows patching
(csilvers)
* BUGFIX: Fix debugallocation to call cpp_alloc for new (willchan)
* BUGFIX: A simple bugfix for --raw mode (mrabkin)
* BUGFIX: Fix C shims to actually be valid C (csilvers)
* BUGFIX: Fix recursively-unmapped-region accounting (ppluzhnikov)
* BUGFIX: better distinguish real and fake vdso (ppluzhnikov)
* WINDOWS: replace debugmodule with more reliable psai (andrey)
* PORTING: Add .bundle as another shared library extension
(csilvers)
* PORTING: Fixed a typo bug in the ocnfigure PRIxx m4 macro
(csilvers)
* PORTING: Augment sysinfo to work on 64-bit OS X (csilvers)
* PORTING: Use sys/ucontext.h to fix compiing on OS X 10.6
(csilvers)
* PORTING: Fix sysinfo libname reporting for solaris x86 (jeffrey)
* PORTING: Use libunwind for i386 when using --omitfp (ppluzhnikov)
|
2009-07-14 10:44:57 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
add TEST_TARGET=check
add dependency on perl
fix bashism test== in "configure" script
|
2009-07-14 10:20:48 by Aleksey Cheusov | Files touched by this commit (4) | |
Log message:
Import google-perftools-1.3 as wip/google-perftools.
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.
|