From 732ccb4e494445d48a43d2781f7decbc2e95e4ac Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 14 Mar 2020 22:31:34 -0700 Subject: [PATCH] Remove HTML --- README.md | 4 ++-- docs/index.html | 4 ++-- docs/jit.html | 9 --------- docs/{flamegraph-jit.svg => jit.svg} | 0 docs/vm.html | 9 --------- docs/{flamegraph-vm.svg => vm.svg} | 0 6 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 docs/jit.html rename docs/{flamegraph-jit.svg => jit.svg} (100%) delete mode 100644 docs/vm.html rename docs/{flamegraph-vm.svg => vm.svg} (100%) diff --git a/README.md b/README.md index ceb9841..514d39d 100644 --- a/README.md +++ b/README.md @@ -409,8 +409,8 @@ Samples: 98K of event 'cycles:ppp', Event count (approx.): 986010000 Set `$PATH` for [brendangregg/FlameGraph](https://github.com/brendangregg/FlameGraph) and: ``` -sudo perf script -i perf.data.old | stackcollapse-perf.pl | flamegraph.pl > flamegraph-vm.svg -sudo perf script | stackcollapse-perf.pl | flamegraph.pl > flamegraph-jit.svg +sudo perf script -i perf.data.old | stackcollapse-perf.pl | flamegraph.pl > docs/vm.svg +sudo perf script | stackcollapse-perf.pl | flamegraph.pl > docs/jit.svg ``` See [benchmark-driver.github.io/sinatra](https://benchmark-driver.github.io/sinatra/) diff --git a/docs/index.html b/docs/index.html index 505f997..40b1f64 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,8 +6,8 @@

benchmark-driver/sinatra flamegraph

diff --git a/docs/jit.html b/docs/jit.html deleted file mode 100644 index 80dd875..0000000 --- a/docs/jit.html +++ /dev/null @@ -1,9 +0,0 @@ - - - JIT flamegraph - benchmark-driver/sinatra - - - - JIT flamegraph - - diff --git a/docs/flamegraph-jit.svg b/docs/jit.svg similarity index 100% rename from docs/flamegraph-jit.svg rename to docs/jit.svg diff --git a/docs/vm.html b/docs/vm.html deleted file mode 100644 index 52cb282..0000000 --- a/docs/vm.html +++ /dev/null @@ -1,9 +0,0 @@ - - - VM flamegraph - benchmark-driver/sinatra - - - - VM flamegraph - - diff --git a/docs/flamegraph-vm.svg b/docs/vm.svg similarity index 100% rename from docs/flamegraph-vm.svg rename to docs/vm.svg