File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ View `profile.pprof` file.
19
19
## Start a subprocess and collect its flamegraph
20
20
21
21
``` console
22
- perforator record --duration 1m -o ./flame.svg -- ls
22
+ perforator record --duration 1m -o ./flame.html -- ls
23
23
```
24
24
25
- View ` flame.svg ` file.
25
+ View ` flame.html ` file.
26
26
27
27
## Collect profile of a process and serve a flamegraph on localhost:9000
28
28
@@ -41,10 +41,10 @@ perforator record -a --duration 1m --serve ":9000"
41
41
42
42
View the flamegraph at ` http://localhost:9000 ` in your browser.
43
43
44
- ## Collect profile of a whole system and save flamegraph SVG to file.
44
+ ## Collect profile of a whole system and save flamegraph HTML to file.
45
45
46
46
``` console
47
- perforator record -a --duration 1m --output flame.svg
47
+ perforator record -a --duration 1m --output flame.html
48
48
```
49
49
50
- View ` flame.svg ` file.
50
+ View ` flame.html ` file.
You can’t perform that action at this time.
0 commit comments