Skip to content

Commit d60febd

Browse files
committed
Updated readme for cpu-profile script
1 parent 4f391f7 commit d60febd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,24 @@ and use one of the targets:
1919
- `format` / `format-fix`
2020
- `static-analysis`
2121

22+
## Using perf and flame-graph script
23+
```bash
24+
cpu-profile <command> <output-path>
25+
```
26+
or use perfand flame graph (/opt/flame-graph) manually
27+
2228
## Package List
2329
### build tools
2430
* gcc-11
2531
* clang-12
2632
* cmake
2733
* ninja
28-
### Debug
34+
### Debug & Profiling
2935
* valgrind
3036
* gdb
3137
* rr
38+
* perf
39+
* flame-graph
3240
### Code Quality tools
3341
* clang-[format/tidy/static-analysis]
3442
* CodeChecker

0 commit comments

Comments
 (0)