summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Müller <krlmlr@mailbox.org>2016-11-15 09:58:11 +0100
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2016-11-19 15:04:44 -0800
commit855b3800064db49af823b85a54be269923eb6f4d (patch)
tree4cc0da7332c0ec109e53275d5152f4e3916be9bc
parent664210ead806d700cdbe5eeaf75d7a066fdac541 (diff)
downloadgperftools-855b3800064db49af823b85a54be269923eb6f4d.tar.gz
replace docs by doc
-rwxr-xr-xMakefile.am86
-rw-r--r--README12
l---------doc1
-rw-r--r--packages/deb/docs80
-rw-r--r--packages/deb/libgperftools0.manpages2
-rw-r--r--src/gperftools/heap-checker.h2
-rw-r--r--src/gperftools/heap-profiler.h2
-rw-r--r--src/gperftools/profiler.h2
-rw-r--r--src/profiledata.h2
-rw-r--r--src/tcmalloc.cc2
10 files changed, 95 insertions, 96 deletions
diff --git a/Makefile.am b/Makefile.am
index 5d89f8b..ccbf009 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -178,7 +178,7 @@ EXTRA_INSTALL =
## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
-dist_doc_DATA += doc/index.html doc/designstyle.css
+dist_doc_DATA += docs/index.html docs/designstyle.css
### ------- library routines, in src/base
@@ -411,8 +411,8 @@ pprof_unittest: $(top_srcdir)/src/pprof
TESTS_ENVIRONMENT += PPROF_PATH=$(top_srcdir)/src/pprof
### Documentation
-dist_man_MANS = doc/pprof.1
-dist_doc_DATA += doc/pprof_remote_servers.html
+dist_man_MANS = docs/pprof.1
+dist_doc_DATA += docs/pprof_remote_servers.html
# On MSVC, we need our own versions of addr2line and nm to work with pprof.
WINDOWS_PROJECTS += vsprojects/nm-pdb/nm-pdb.vcproj
@@ -742,42 +742,42 @@ thread_dealloc_unittest_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS)
thread_dealloc_unittest_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS)
### Documentation
-dist_doc_DATA += doc/tcmalloc.html \
- doc/overview.gif \
- doc/pageheap.gif \
- doc/spanmap.gif \
- doc/threadheap.gif \
- doc/t-test1.times.txt \
- doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
- doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
- doc/tcmalloc-opspersec.vs.size.1.threads.png \
- doc/tcmalloc-opspersec.vs.size.12.threads.png \
- doc/tcmalloc-opspersec.vs.size.16.threads.png \
- doc/tcmalloc-opspersec.vs.size.2.threads.png \
- doc/tcmalloc-opspersec.vs.size.20.threads.png \
- doc/tcmalloc-opspersec.vs.size.3.threads.png \
- doc/tcmalloc-opspersec.vs.size.4.threads.png \
- doc/tcmalloc-opspersec.vs.size.5.threads.png \
- doc/tcmalloc-opspersec.vs.size.8.threads.png
+dist_doc_DATA += docs/tcmalloc.html \
+ docs/overview.gif \
+ docs/pageheap.gif \
+ docs/spanmap.gif \
+ docs/threadheap.gif \
+ docs/t-test1.times.txt \
+ docs/tcmalloc-opspercpusec.vs.threads.1024.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.131072.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.16384.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.2048.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.256.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.32768.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.4096.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.512.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.64.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.65536.bytes.png \
+ docs/tcmalloc-opspercpusec.vs.threads.8192.bytes.png \
+ docs/tcmalloc-opspersec.vs.size.1.threads.png \
+ docs/tcmalloc-opspersec.vs.size.12.threads.png \
+ docs/tcmalloc-opspersec.vs.size.16.threads.png \
+ docs/tcmalloc-opspersec.vs.size.2.threads.png \
+ docs/tcmalloc-opspersec.vs.size.20.threads.png \
+ docs/tcmalloc-opspersec.vs.size.3.threads.png \
+ docs/tcmalloc-opspersec.vs.size.4.threads.png \
+ docs/tcmalloc-opspersec.vs.size.5.threads.png \
+ docs/tcmalloc-opspersec.vs.size.8.threads.png
# I don't know how to say "distribute the .dot files but don't install them";
# noinst doesn't seem to work with data. I separate them out anyway, in case
# one day we figure it out. Regardless, installing the dot files isn't the
# end of the world.
-dist_doc_DATA += doc/overview.dot \
- doc/pageheap.dot \
- doc/spanmap.dot \
- doc/threadheap.dot
+dist_doc_DATA += docs/overview.dot \
+ docs/pageheap.dot \
+ docs/spanmap.dot \
+ docs/threadheap.dot
### ------- tcmalloc_minimal_debug (thread-caching malloc with debugallocation)
@@ -1159,11 +1159,11 @@ endif WITH_HEAP_CHECKER
### Documentation (above and beyond tcmalloc_minimal documentation)
if WITH_HEAP_PROFILER
-dist_doc_DATA += doc/heapprofile.html doc/heap-example1.png
+dist_doc_DATA += docs/heapprofile.html docs/heap-example1.png
endif WITH_HEAP_PROFILER
if WITH_HEAP_CHECKER
-dist_doc_DATA += doc/heap_checker.html
+dist_doc_DATA += docs/heap_checker.html
endif WITH_HEAP_CHECKER
@@ -1354,12 +1354,12 @@ profiler4_unittest_DEPENDENCIES = $(LIBPROFILER)
### Documentation
-dist_doc_DATA += doc/cpuprofile.html \
- doc/cpuprofile-fileformat.html \
- doc/pprof-test-big.gif \
- doc/pprof-test.gif \
- doc/pprof-vsnprintf-big.gif \
- doc/pprof-vsnprintf.gif
+dist_doc_DATA += docs/cpuprofile.html \
+ docs/cpuprofile-fileformat.html \
+ docs/pprof-test-big.gif \
+ docs/pprof-test.gif \
+ docs/pprof-vsnprintf-big.gif \
+ docs/pprof-vsnprintf.gif
endif WITH_CPU_PROFILER
@@ -1472,6 +1472,6 @@ EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb
$(SCRIPTS) libtool \
src/windows/get_mangled_names.cc src/windows/override_functions.cc \
src/windows/config.h src/windows/gperftools/tcmalloc.h \
- doc/pprof.see_also src/windows/TODO \
+ docs/pprof.see_also src/windows/TODO \
$(WINDOWS_PROJECTS) \
src/solaris/libstdc++.la
diff --git a/README b/README
index bcbeec0..8f5009c 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ the above flags :-) ).
HEAP PROFILER
-------------
-See doc/heap-profiler.html for information about how to use tcmalloc's
+See docs/heap-profiler.html for information about how to use tcmalloc's
heap profiler and analyze its output.
As a quick-start, do the following after installing this package:
@@ -74,7 +74,7 @@ see INSTALL for more details. It is not currently available on Windows.
HEAP CHECKER
------------
-See doc/heap-checker.html for information about how to use tcmalloc's
+See docs/heap-checker.html for information about how to use tcmalloc's
heap checker.
In order to catch all heap leaks, tcmalloc must be linked *last* into
@@ -102,7 +102,7 @@ for more details.
CPU PROFILER
------------
-See doc/cpu-profiler.html for information about how to use the CPU
+See docs/cpu-profiler.html for information about how to use the CPU
profiler and analyze its output.
As a quick-start, do the following after installing this package:
@@ -175,9 +175,9 @@ PERFTOOLS_VERBOSE=<level> -- the higher level, the more messages malloc emits
MALLOCSTATS=<level> -- prints memory-use stats at program-exit
For a full list of variables, see the documentation pages:
- doc/cpuprofile.html
- doc/heapprofile.html
- doc/heap_checker.html
+ docs/cpuprofile.html
+ docs/heapprofile.html
+ docs/heap_checker.html
COMPILING ON NON-LINUX SYSTEMS
diff --git a/doc b/doc
deleted file mode 120000
index 5c457d7..0000000
--- a/doc
+++ /dev/null
@@ -1 +0,0 @@
-docs \ No newline at end of file
diff --git a/packages/deb/docs b/packages/deb/docs
index df891c9..fc4806f 100644
--- a/packages/deb/docs
+++ b/packages/deb/docs
@@ -5,43 +5,43 @@ INSTALL
NEWS
README
TODO
-doc/cpuprofile.html
-doc/cpuprofile-fileformat.html
-doc/designstyle.css
-doc/heap-example1.png
-doc/heap_checker.html
-doc/heapprofile.html
-doc/index.html
-doc/overview.gif
-doc/pageheap.gif
-doc/pprof-test-big.gif
-doc/pprof-test.gif
-doc/pprof-vsnprintf-big.gif
-doc/pprof-vsnprintf.gif
-doc/pprof.1
-doc/pprof_remote_servers.html
-doc/spanmap.gif
-doc/t-test1.times.txt
-doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png
-doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png
-doc/tcmalloc-opspersec.vs.size.1.threads.png
-doc/tcmalloc-opspersec.vs.size.12.threads.png
-doc/tcmalloc-opspersec.vs.size.16.threads.png
-doc/tcmalloc-opspersec.vs.size.2.threads.png
-doc/tcmalloc-opspersec.vs.size.20.threads.png
-doc/tcmalloc-opspersec.vs.size.3.threads.png
-doc/tcmalloc-opspersec.vs.size.4.threads.png
-doc/tcmalloc-opspersec.vs.size.5.threads.png
-doc/tcmalloc-opspersec.vs.size.8.threads.png
-doc/tcmalloc.html
-doc/threadheap.gif
+docs/cpuprofile.html
+docs/cpuprofile-fileformat.html
+docs/designstyle.css
+docs/heap-example1.png
+docs/heap_checker.html
+docs/heapprofile.html
+docs/index.html
+docs/overview.gif
+docs/pageheap.gif
+docs/pprof-test-big.gif
+docs/pprof-test.gif
+docs/pprof-vsnprintf-big.gif
+docs/pprof-vsnprintf.gif
+docs/pprof.1
+docs/pprof_remote_servers.html
+docs/spanmap.gif
+docs/t-test1.times.txt
+docs/tcmalloc-opspercpusec.vs.threads.1024.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.131072.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.16384.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.2048.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.256.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.32768.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.4096.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.512.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.64.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.65536.bytes.png
+docs/tcmalloc-opspercpusec.vs.threads.8192.bytes.png
+docs/tcmalloc-opspersec.vs.size.1.threads.png
+docs/tcmalloc-opspersec.vs.size.12.threads.png
+docs/tcmalloc-opspersec.vs.size.16.threads.png
+docs/tcmalloc-opspersec.vs.size.2.threads.png
+docs/tcmalloc-opspersec.vs.size.20.threads.png
+docs/tcmalloc-opspersec.vs.size.3.threads.png
+docs/tcmalloc-opspersec.vs.size.4.threads.png
+docs/tcmalloc-opspersec.vs.size.5.threads.png
+docs/tcmalloc-opspersec.vs.size.8.threads.png
+docs/tcmalloc.html
+docs/threadheap.gif
diff --git a/packages/deb/libgperftools0.manpages b/packages/deb/libgperftools0.manpages
index 08d1476..8ecbfc4 100644
--- a/packages/deb/libgperftools0.manpages
+++ b/packages/deb/libgperftools0.manpages
@@ -1 +1 @@
-doc/pprof.1
+docs/pprof.1
diff --git a/src/gperftools/heap-checker.h b/src/gperftools/heap-checker.h
index 5a87d8d..edd6cc7 100644
--- a/src/gperftools/heap-checker.h
+++ b/src/gperftools/heap-checker.h
@@ -34,7 +34,7 @@
//
// Module for detecing heap (memory) leaks.
//
-// For full(er) information, see doc/heap_checker.html
+// For full(er) information, see docs/heap_checker.html
//
// This module can be linked into programs with
// no slowdown caused by this unless you activate the leak-checker:
diff --git a/src/gperftools/heap-profiler.h b/src/gperftools/heap-profiler.h
index 9b67364..38c6afe 100644
--- a/src/gperftools/heap-profiler.h
+++ b/src/gperftools/heap-profiler.h
@@ -33,7 +33,7 @@
*
* Module for heap-profiling.
*
- * For full(er) information, see doc/heapprofile.html
+ * For full(er) information, see docs/heapprofile.html
*
* This module can be linked into your program with
* no slowdown caused by this unless you activate the profiler
diff --git a/src/gperftools/profiler.h b/src/gperftools/profiler.h
index 2d272d6..1e7eb12 100644
--- a/src/gperftools/profiler.h
+++ b/src/gperftools/profiler.h
@@ -33,7 +33,7 @@
*
* Module for CPU profiling based on periodic pc-sampling.
*
- * For full(er) information, see doc/cpuprofile.html
+ * For full(er) information, see docs/cpuprofile.html
*
* This module is linked into your program with
* no slowdown caused by this unless you activate the profiler
diff --git a/src/profiledata.h b/src/profiledata.h
index 44033f0..b94b28c 100644
--- a/src/profiledata.h
+++ b/src/profiledata.h
@@ -35,7 +35,7 @@
// Collect profiling data.
//
// The profile data file format is documented in
-// doc/cpuprofile-fileformat.html
+// docs/cpuprofile-fileformat.html
#ifndef BASE_PROFILEDATA_H_
diff --git a/src/tcmalloc.cc b/src/tcmalloc.cc
index f5198f0..467f090 100644
--- a/src/tcmalloc.cc
+++ b/src/tcmalloc.cc
@@ -34,7 +34,7 @@
// A malloc that uses a per-thread cache to satisfy small malloc requests.
// (The time for malloc/free of a small object drops from 300 ns to 50 ns.)
//
-// See doc/tcmalloc.html for a high-level
+// See docs/tcmalloc.html for a high-level
// description of how this malloc works.
//
// SYNCHRONIZATION