Skip to content

Commit 04028e5

Browse files
committed
docs: remove svg from record documentation
fixes <#44> commit_hash:572b3255206dcb59f4d6fe326d604b7fb67e33af
1 parent a0f498e commit 04028e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/en/guides/cli/record.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ View `profile.pprof` file.
1919
## Start a subprocess and collect its flamegraph
2020

2121
```console
22-
perforator record --duration 1m -o ./flame.svg -- ls
22+
perforator record --duration 1m -o ./flame.html -- ls
2323
```
2424

25-
View `flame.svg` file.
25+
View `flame.html` file.
2626

2727
## Collect profile of a process and serve a flamegraph on localhost:9000
2828

@@ -41,10 +41,10 @@ perforator record -a --duration 1m --serve ":9000"
4141

4242
View the flamegraph at `http://localhost:9000` in your browser.
4343

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.
4545

4646
```console
47-
perforator record -a --duration 1m --output flame.svg
47+
perforator record -a --duration 1m --output flame.html
4848
```
4949

50-
View `flame.svg` file.
50+
View `flame.html` file.

0 commit comments

Comments
 (0)