Development of this project has moved to code.google.com. Perftools 0.8 will be the last version released on sourceforge; for subsequent versions, the latest news, and so forth, visit
http://code.google.com/p/google-perftools
Enjoy!
craig
Wed Jun 14 15:11:14 2006 Google Inc. <opensource@google.com>
* google-perftools: version 0.8 release
* Experimental support for remote profiling added to pprof (many)
* Fixed race condition in ProfileData::FlushTable (etune)
* Better support for weird /proc maps (maxim, mec)
* Fix heap-checker interaction with gdb (markus)
* Better 64-bit support in pprof (aruns)
* Reduce scavenging cost in tcmalloc by capping NumMoveSize (sanjay)
* Cast syscall(SYS_mmap); works on more 64-bit systems now (menage)
* Document the text output of pprof! (csilvers)
* Better compiler support for no-THREADS and for old compilers (csilvers)
* Make libunwind the default stack unwinder for x86-64 (aruns)
* Somehow the COPYING file got erased. Regenerate it (csilvers)
Highlights of this release:
* Major rewrite of thread introspection for new kernels (markus)
* Major rewrite of heap-checker to use new thread tools (maxim)
* Add proper support for following data in thread registers (maxim)
* Syscall support for older kernels, including _syscall6 (markus)
* Support PIC mode (markus, mbland, iant)
* Better support for running in non-threaded contexts (csilvers)... read more
More sophisticated stacktrace usage, 64-bit profiles, various small bug fixes and improvements. See the changelog for full details: http://sourceforge.net/project/shownotes.php?release_id=389634&group_id=133355
This release fixes some compile problems on certain 64-bit Linux distros
This release improves performance, adds ARM support, includes many pprof improvements, several new features, and a few bugfixes. See Changelog for full details.
This release provides improved performance and improved unit tests
This is the first release of google-perftools, a set of libraries that we have found invaluable in tweaking and debugging our own code. We hope you find them just as useful!