mirror of
https://github.com/gperftools/gperftools
synced 2025-01-11 09:09:49 +00:00
100e657c50
* google-perftools: version 0.98 release * Add ProfilerStartWithOptions() (cgd) * Change tcmalloc_minimal to not do any stack-tracing at all (csilvers) * Prefer mmap to sbrk for 64-buit debug mode (sanjay) * Fix accounting for some tcmalloc stats (sanjay) * Use setrlimit() to keep unittests from killing the machine (odo) * Fix a bug when sbrk-ing near address 4G (csilvers) * Make MallocHook thread-safe (jyasskin) * Fix windows build for MemoryBarrier (jyasskin) * Fix CPU-profiler docs to mention correct libs (csilvers) * Fix for GetHeapProfile() when heap-profiling is off (maxim) * Avoid realloc resizing ping-pongs using hysteresis (csilvers) * Add --callgrind output support to pprof (klimek) * Fix profiler.h and heap-profiler.h to be C-compatible (csilvers) * Break malloc_hook.h into two parts to reduce dependencies (csilvers) * Better handle systems that don't implement mmap (csilvers) * PORTING: disable system_alloc_unittest for msvc (csilvers) * PORTING: Makefile tweaks to build better on cygwin (csilvers) git-svn-id: http://gperftools.googlecode.com/svn/trunk@52 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
106 lines
2.7 KiB
Plaintext
106 lines
2.7 KiB
Plaintext
google-perftools (0.98-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Mon, 09 Jun 2008 16:47:03 -0700
|
|
|
|
google-perftools (0.97-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Mon, 21 Apr 2008 15:20:52 -0700
|
|
|
|
google-perftools (0.96-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Tue, 18 Mar 2008 14:30:44 -0700
|
|
|
|
google-perftools (0.95-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Tue, 12 Feb 2008 12:28:32 -0800
|
|
|
|
google-perftools (0.94-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Thu, 29 Nov 2007 07:59:43 -0800
|
|
|
|
google-perftools (0.93-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
|
|
-- Google Inc. <opensource@google.com> Fri, 17 Aug 2007 12:32:56 -0700
|
|
|
|
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
|