[perf] Add missing ninja command in profiling instructions.

This commit is contained in:
Garret Rieger 2022-04-20 22:32:54 +00:00 committed by Behdad Esfahbod
parent a5cf917892
commit 85142f3247
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Configure the build to include debug information for profiling:
```
CXXFLAGS="-fno-omit-frame-pointer" meson --reconfigure build -Dbenchmark=enabled --buildtype=debug
ninja -Cbuild
```
Then run the benchmark with perf: