Update README.md

This commit is contained in:
Jamie Wong 2018-01-01 13:19:39 -05:00 committed by GitHub
parent 59b9a1262b
commit cf36b8e630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
# speedscope
A high-performance interactive web-based viewer for [sampling profiles][0].
![Example Profile](https://i.imgur.com/lgV2FcP.png)
![Example Profile](https://i.imgur.com/6psEeSp.png)
[0]: https://en.wikipedia.org/wiki/Profiling_(computer_programming)#Statistical_profilers
# Usage
@ -10,6 +9,8 @@ Visit https://jlfwong.github.io/speedscope/, then drop a profile onto the page.
Currently accepts the same folded stack format as the original FlameGraph scripts do: https://github.com/brendangregg/FlameGraph#2-fold-stacks.
Also accepts CPU profiles recorded with Chrome devtools if saved with a `.json` extension.
For example, try dropping this file onto the browser window: https://raw.githubusercontent.com/jlfwong/speedscope/master/sample/perf-vertx-stacks-01-collapsed-all.txt
To pan, you can either scroll or click and drag.