diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-13 22:39:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-13 22:39:55 +0700 |
commit | 48756787a70ee10db0ffb1c6f45891e7ac0875bc (patch) | |
tree | 2b6d4a068fc730843f295bbf07d18746a8d5854e /libraries/gperftools/slack-desc | |
parent | 3c92f1d34fefe39bbf8aed6dd70c1daf6f8cd4e4 (diff) |
libraries/gperftools: Added (performance tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gperftools/slack-desc')
-rw-r--r-- | libraries/gperftools/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/gperftools/slack-desc b/libraries/gperftools/slack-desc new file mode 100644 index 000000000000..59c382dc1306 --- /dev/null +++ b/libraries/gperftools/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gperftools: gperftools (multi-threaded malloc implementation and perfomance tools) +gperftools: +gperftools: gperftools is a collection of a high-performance multi-threaded +gperftools: malloc() implementation, plus some pretty nifty performance +gperftools: analysis tools. gperftools works particularly well with threads +gperftools: and STL. Also: thread-friendly heap-checker, heap-profiler, and +gperftools: cpu-profiler. +gperftools: +gperftools: +gperftools: https://github.com/gperftools/gperftools +gperftools: |