[perf] Add missing ninja command in profiling instructions.

pull/3544/head
Garret Rieger 3 years ago committed by Behdad Esfahbod
parent a5cf917892
commit 85142f3247
  1. 1
      perf/README.md

@ -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…
Cancel
Save