Skip to content

Commit

Permalink
chore: remove whitespace from ci-profiling.md (#18178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Aug 22, 2024
1 parent 477115c commit dcdf421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/src/benchmark-and-profile/cpu-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pgrep compute-node
Use `cargo flamegraph`:
```shell
cargo install flamegraph
sudo flamegraph -o flamegraph.svg --pid [pid]
sudo flamegraph -o flamegraph.svg --pid [pid]
```

When you're satisfied, you can `Ctrl+C` to stop the profiler.
Expand Down

0 comments on commit dcdf421

Please sign in to comment.