mirror of
https://github.com/gperftools/gperftools
synced 2024-12-25 00:32:06 +00:00
c437e1fcdd
* google-perftools: version 0.92 release * PERFORMANCE: use a packed cache to speed up tcmalloc * PORTING: preliminary windows support! (see README.windows) * PORTING: better support for solaris, OS X, FreeBSD (see INSTALL) * Envvar support for running the heap-checker under gdb * Add weak declarations to maybe_threads to fix no-pthreads compile bugs * Some 64bit fixes, especially with pprof * Better heap-checker support for some low-level allocations * Fix bug where heap-profiles would sometimes get truncated * New documentation about how to handle common heap leak situations * Use computed includes for hash_map/set: easier config * Added all used .m4 templates to the distribution git-svn-id: http://gperftools.googlecode.com/svn/trunk@36 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
70 lines
1.8 KiB
Plaintext
70 lines
1.8 KiB
Plaintext
google-perftools (0.92-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Tue, 17 Jul 2007 22:26:27 -0700
|
|
|
|
google-perftools (0.91-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Wed, 18 Apr 2007 16:43:55 -0700
|
|
|
|
google-perftools (0.90-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Fri, 13 Apr 2007 14:50:51 -0700
|
|
|
|
google-perftools (0.8-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Wed, 14 Jun 2006 15:11:14 -0700
|
|
|
|
google-perftools (0.7-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Thu, 13 Apr 2006 20:59:09 -0700
|
|
|
|
google-perftools (0.6-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Fri, 27 Jan 2006 14:04:27 -0800
|
|
|
|
google-perftools (0.5-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Mon Nov 14 17:28:59 2005
|
|
|
|
google-perftools (0.4-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Wed, 26 Oct 2005 15:19:16 -0700
|
|
|
|
google-perftools (0.3-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Fri, 24 Jun 2005 18:02:26 -0700
|
|
|
|
google-perftools (0.2-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Tue, 31 May 2005 08:14:38 -0700
|
|
|
|
google-perftools (0.1-1) unstable; urgency=low
|
|
|
|
* Initial release.
|
|
The google-perftools package contains some utilities to improve
|
|
and analyze the performance of C++ programs. This includes an
|
|
optimized thread-caching malloc() and cpu and heap profiling
|
|
utilities.
|
|
|
|
-- Google Inc. <opensource@google.com> Fri, 11 Mar 2005 08:07:33 -0800
|