Skip to content

Commit

Permalink
Remove HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Mar 15, 2020
1 parent 2195d65 commit 732ccb4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<body>
<h2>benchmark-driver/sinatra flamegraph</h2>
<ul>
<li><a href="vm.html">VM</a></li>
<li><a href="jit.html">JIT</a></li>
<li><a href="vm.svg">VM</a></li>
<li><a href="jit.svg">JIT</a></li>
</ul>
</body>
</html>
9 changes: 0 additions & 9 deletions docs/jit.html

This file was deleted.

File renamed without changes
9 changes: 0 additions & 9 deletions docs/vm.html

This file was deleted.

File renamed without changes

0 comments on commit 732ccb4

Please sign in to comment.