mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
spelling
This commit is contained in:
parent
9ddf218ed9
commit
903490a9c8
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ hyperfine --prepare "cp -r $test_dir tmp_d" "rm -rf tmp_d" "target/release/core
|
|||
- Another thing to look at would be system calls count using strace (on linux) or equivalent on other operating systems.
|
||||
- Example: `strace -c target/release/coreutils rm -rf tree`
|
||||
|
||||
## Flamegraphs
|
||||
## Flamegraph
|
||||
|
||||
### samply
|
||||
|
||||
[samply](https://github.com/mstange/samply) is one option for simply creating flamegraphs. It isues the Firefox profiler as a UI.
|
||||
[samply](https://github.com/mstange/samply) is one option for simply creating flamegraphs. It uses the Firefox profiler as a UI.
|
||||
|
||||
To install:
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue