diff options
Diffstat (limited to 'libraries/gperftools/README')
-rw-r--r-- | libraries/gperftools/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/gperftools/README b/libraries/gperftools/README new file mode 100644 index 0000000000000..f380d772d671c --- /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. |