summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2007-03-22 03:00:33 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2007-03-22 03:00:33 +0000
commit51b4875f8ade3e0930eed2dc2a842ec607a94a2c (patch)
treec58b2304b9f7127fc21f0591b4b8d1de7770b93c /ChangeLog
parente3a8513447d1141f083d4aaced0b240a6e161f47 (diff)
downloadgperftools-51b4875f8ade3e0930eed2dc2a842ec607a94a2c.tar.gz
Tue Feb 8 09:57:17 2005 El Goog <opensource@google.com>
* google-perftools: 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. git-svn-id: http://gperftools.googlecode.com/svn/trunk@9 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..2f3ea0a
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,7 @@
+Tue Feb 8 09:57:17 2005 El Goog <opensource@google.com>
+
+ * google-perftools: 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.