[perf] Add missing ninja command in profiling instructions.
This commit is contained in:
parent
a5cf917892
commit
85142f3247
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue