summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2018-08-26 11:37:59 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2018-08-26 11:37:59 -0700
commit954f9dc0e37ff46cb0cb24edfb39dc77fd2e7d0b (patch)
tree2bf6be31b4cefd51209b11cc084e838850719d26 /.gitignore
parent893bff51bcf220b724a812d340d878b5fb8ce911 (diff)
downloadgperftools-954f9dc0e37ff46cb0cb24edfb39dc77fd2e7d0b.tar.gz
Add flag to disable installing unmaintained & deprecated pprof.
Everyone should be using golang pprof from github.com/google/pprof, but distros still ship our perl version and not everyone is aware of better pprof yet. This is another step in completely dropping perl pprof. We still default to installing it, but hopefully we'll be able to convince distros to disable this soon. We still install pprof under pprof-symbolize name because stack traces symbolization depends on it, and because golang pprof won't support this feature. This is related to issue #1038.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 42328f2..1ce2460 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,6 +89,7 @@
/page_heap_test.exe
/pagemap_unittest
/pagemap_unittest.exe
+/pprof-symbolize
/profile_handler_unittest
/profiledata_unittest
/profiler1_unittest