From 664210ead806d700cdbe5eeaf75d7a066fdac541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 15 Nov 2016 09:42:12 +0100 Subject: [PATCH] doc -> docs, with symlink --- doc | 1 + {doc => docs}/cpuprofile-fileformat.html | 0 {doc => docs}/cpuprofile.html | 0 {doc => docs}/designstyle.css | 0 {doc => docs}/heap-example1.png | Bin {doc => docs}/heap_checker.html | 0 {doc => docs}/heapprofile.html | 0 {doc => docs}/index.html | 0 {doc => docs}/overview.dot | 0 {doc => docs}/overview.gif | Bin {doc => docs}/pageheap.dot | 0 {doc => docs}/pageheap.gif | Bin {doc => docs}/pprof-test-big.gif | Bin {doc => docs}/pprof-test.gif | Bin {doc => docs}/pprof-vsnprintf-big.gif | Bin {doc => docs}/pprof-vsnprintf.gif | Bin {doc => docs}/pprof.1 | 0 {doc => docs}/pprof.see_also | 0 {doc => docs}/pprof_remote_servers.html | 0 {doc => docs}/spanmap.dot | 0 {doc => docs}/spanmap.gif | Bin {doc => docs}/t-test1.times.txt | 0 .../tcmalloc-opspercpusec.vs.threads.1024.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.128.bytes.png | Bin ...cmalloc-opspercpusec.vs.threads.131072.bytes.png | Bin ...tcmalloc-opspercpusec.vs.threads.16384.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.2048.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.256.bytes.png | Bin ...tcmalloc-opspercpusec.vs.threads.32768.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.4096.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.512.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.64.bytes.png | Bin ...tcmalloc-opspercpusec.vs.threads.65536.bytes.png | Bin .../tcmalloc-opspercpusec.vs.threads.8192.bytes.png | Bin .../tcmalloc-opspersec.vs.size.1.threads.png | Bin .../tcmalloc-opspersec.vs.size.12.threads.png | Bin .../tcmalloc-opspersec.vs.size.16.threads.png | Bin .../tcmalloc-opspersec.vs.size.2.threads.png | Bin .../tcmalloc-opspersec.vs.size.20.threads.png | Bin .../tcmalloc-opspersec.vs.size.3.threads.png | Bin .../tcmalloc-opspersec.vs.size.4.threads.png | Bin .../tcmalloc-opspersec.vs.size.5.threads.png | Bin .../tcmalloc-opspersec.vs.size.8.threads.png | Bin {doc => docs}/tcmalloc.html | 0 {doc => docs}/threadheap.dot | 0 {doc => docs}/threadheap.gif | Bin 46 files changed, 1 insertion(+) create mode 120000 doc rename {doc => docs}/cpuprofile-fileformat.html (100%) rename {doc => docs}/cpuprofile.html (100%) rename {doc => docs}/designstyle.css (100%) rename {doc => docs}/heap-example1.png (100%) rename {doc => docs}/heap_checker.html (100%) rename {doc => docs}/heapprofile.html (100%) rename {doc => docs}/index.html (100%) rename {doc => docs}/overview.dot (100%) rename {doc => docs}/overview.gif (100%) rename {doc => docs}/pageheap.dot (100%) rename {doc => docs}/pageheap.gif (100%) rename {doc => docs}/pprof-test-big.gif (100%) rename {doc => docs}/pprof-test.gif (100%) rename {doc => docs}/pprof-vsnprintf-big.gif (100%) rename {doc => docs}/pprof-vsnprintf.gif (100%) rename {doc => docs}/pprof.1 (100%) rename {doc => docs}/pprof.see_also (100%) rename {doc => docs}/pprof_remote_servers.html (100%) rename {doc => docs}/spanmap.dot (100%) rename {doc => docs}/spanmap.gif (100%) rename {doc => docs}/t-test1.times.txt (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.1024.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.128.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.131072.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.16384.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.2048.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.256.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.32768.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.4096.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.512.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.64.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.65536.bytes.png (100%) rename {doc => docs}/tcmalloc-opspercpusec.vs.threads.8192.bytes.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.1.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.12.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.16.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.2.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.20.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.3.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.4.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.5.threads.png (100%) rename {doc => docs}/tcmalloc-opspersec.vs.size.8.threads.png (100%) rename {doc => docs}/tcmalloc.html (100%) rename {doc => docs}/threadheap.dot (100%) rename {doc => docs}/threadheap.gif (100%) diff --git a/doc b/doc new file mode 120000 index 0000000..5c457d7 --- /dev/null +++ b/doc @@ -0,0 +1 @@ +docs \ No newline at end of file diff --git a/doc/cpuprofile-fileformat.html b/docs/cpuprofile-fileformat.html similarity index 100% rename from doc/cpuprofile-fileformat.html rename to docs/cpuprofile-fileformat.html diff --git a/doc/cpuprofile.html b/docs/cpuprofile.html similarity index 100% rename from doc/cpuprofile.html rename to docs/cpuprofile.html diff --git a/doc/designstyle.css b/docs/designstyle.css similarity index 100% rename from doc/designstyle.css rename to docs/designstyle.css diff --git a/doc/heap-example1.png b/docs/heap-example1.png similarity index 100% rename from doc/heap-example1.png rename to docs/heap-example1.png diff --git a/doc/heap_checker.html b/docs/heap_checker.html similarity index 100% rename from doc/heap_checker.html rename to docs/heap_checker.html diff --git a/doc/heapprofile.html b/docs/heapprofile.html similarity index 100% rename from doc/heapprofile.html rename to docs/heapprofile.html diff --git a/doc/index.html b/docs/index.html similarity index 100% rename from doc/index.html rename to docs/index.html diff --git a/doc/overview.dot b/docs/overview.dot similarity index 100% rename from doc/overview.dot rename to docs/overview.dot diff --git a/doc/overview.gif b/docs/overview.gif similarity index 100% rename from doc/overview.gif rename to docs/overview.gif diff --git a/doc/pageheap.dot b/docs/pageheap.dot similarity index 100% rename from doc/pageheap.dot rename to docs/pageheap.dot diff --git a/doc/pageheap.gif b/docs/pageheap.gif similarity index 100% rename from doc/pageheap.gif rename to docs/pageheap.gif diff --git a/doc/pprof-test-big.gif b/docs/pprof-test-big.gif similarity index 100% rename from doc/pprof-test-big.gif rename to docs/pprof-test-big.gif diff --git a/doc/pprof-test.gif b/docs/pprof-test.gif similarity index 100% rename from doc/pprof-test.gif rename to docs/pprof-test.gif diff --git a/doc/pprof-vsnprintf-big.gif b/docs/pprof-vsnprintf-big.gif similarity index 100% rename from doc/pprof-vsnprintf-big.gif rename to docs/pprof-vsnprintf-big.gif diff --git a/doc/pprof-vsnprintf.gif b/docs/pprof-vsnprintf.gif similarity index 100% rename from doc/pprof-vsnprintf.gif rename to docs/pprof-vsnprintf.gif diff --git a/doc/pprof.1 b/docs/pprof.1 similarity index 100% rename from doc/pprof.1 rename to docs/pprof.1 diff --git a/doc/pprof.see_also b/docs/pprof.see_also similarity index 100% rename from doc/pprof.see_also rename to docs/pprof.see_also diff --git a/doc/pprof_remote_servers.html b/docs/pprof_remote_servers.html similarity index 100% rename from doc/pprof_remote_servers.html rename to docs/pprof_remote_servers.html diff --git a/doc/spanmap.dot b/docs/spanmap.dot similarity index 100% rename from doc/spanmap.dot rename to docs/spanmap.dot diff --git a/doc/spanmap.gif b/docs/spanmap.gif similarity index 100% rename from doc/spanmap.gif rename to docs/spanmap.gif diff --git a/doc/t-test1.times.txt b/docs/t-test1.times.txt similarity index 100% rename from doc/t-test1.times.txt rename to docs/t-test1.times.txt diff --git a/doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.1024.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.1024.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.1024.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.128.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.131072.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.131072.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.131072.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.16384.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.16384.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.16384.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.2048.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.2048.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.2048.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.256.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.256.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.256.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.32768.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.32768.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.32768.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.4096.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.4096.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.4096.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.512.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.512.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.512.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.64.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.64.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.64.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.65536.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.65536.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.65536.bytes.png diff --git a/doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png b/docs/tcmalloc-opspercpusec.vs.threads.8192.bytes.png similarity index 100% rename from doc/tcmalloc-opspercpusec.vs.threads.8192.bytes.png rename to docs/tcmalloc-opspercpusec.vs.threads.8192.bytes.png diff --git a/doc/tcmalloc-opspersec.vs.size.1.threads.png b/docs/tcmalloc-opspersec.vs.size.1.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.1.threads.png rename to docs/tcmalloc-opspersec.vs.size.1.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.12.threads.png b/docs/tcmalloc-opspersec.vs.size.12.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.12.threads.png rename to docs/tcmalloc-opspersec.vs.size.12.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.16.threads.png b/docs/tcmalloc-opspersec.vs.size.16.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.16.threads.png rename to docs/tcmalloc-opspersec.vs.size.16.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.2.threads.png b/docs/tcmalloc-opspersec.vs.size.2.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.2.threads.png rename to docs/tcmalloc-opspersec.vs.size.2.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.20.threads.png b/docs/tcmalloc-opspersec.vs.size.20.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.20.threads.png rename to docs/tcmalloc-opspersec.vs.size.20.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.3.threads.png b/docs/tcmalloc-opspersec.vs.size.3.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.3.threads.png rename to docs/tcmalloc-opspersec.vs.size.3.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.4.threads.png b/docs/tcmalloc-opspersec.vs.size.4.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.4.threads.png rename to docs/tcmalloc-opspersec.vs.size.4.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.5.threads.png b/docs/tcmalloc-opspersec.vs.size.5.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.5.threads.png rename to docs/tcmalloc-opspersec.vs.size.5.threads.png diff --git a/doc/tcmalloc-opspersec.vs.size.8.threads.png b/docs/tcmalloc-opspersec.vs.size.8.threads.png similarity index 100% rename from doc/tcmalloc-opspersec.vs.size.8.threads.png rename to docs/tcmalloc-opspersec.vs.size.8.threads.png diff --git a/doc/tcmalloc.html b/docs/tcmalloc.html similarity index 100% rename from doc/tcmalloc.html rename to docs/tcmalloc.html diff --git a/doc/threadheap.dot b/docs/threadheap.dot similarity index 100% rename from doc/threadheap.dot rename to docs/threadheap.dot diff --git a/doc/threadheap.gif b/docs/threadheap.gif similarity index 100% rename from doc/threadheap.gif rename to docs/threadheap.gif