summaryrefslogtreecommitdiffstats
path: root/libraries/gperftools/README
diff options
context:
space:
mode:
author Andre Barboza2017-01-13 16:39:55 +0100
committer Willy Sudiarto Raharjo2017-01-13 16:39:55 +0100
commit48756787a70ee10db0ffb1c6f45891e7ac0875bc (patch)
tree2b6d4a068fc730843f295bbf07d18746a8d5854e /libraries/gperftools/README
parent3c92f1d34fefe39bbf8aed6dd70c1daf6f8cd4e4 (diff)
downloadslackbuilds-48756787a70ee10db0ffb1c6f45891e7ac0875bc.tar.gz
libraries/gperftools: Added (performance tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gperftools/README')
-rw-r--r--libraries/gperftools/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/gperftools/README b/libraries/gperftools/README
new file mode 100644
index 0000000000..f380d772d6
--- /dev/null
+++ b/libraries/gperftools/README
@@ -0,0 +1,9 @@
+gperftools, originally Google Performance Tools, is a collection of a
+high-performance multi-threaded malloc() implementation, plus some
+pretty nifty performance analysis tools. gperftools works particularly
+well with threads and STL. Also: thread-friendly heap-checker,
+heap-profiler, and cpu-profiler.
+
+gperftools was original home for pprof program. But do note that
+original pprof (which is still included with gperftools) is now
+deprecated.