From 85142f3247c6ee8cb69006872629cd855f5eeb8f Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Wed, 20 Apr 2022 22:32:54 +0000 Subject: [PATCH] [perf] Add missing ninja command in profiling instructions. --- perf/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/perf/README.md b/perf/README.md index c159338c7..c1b5f77ff 100644 --- a/perf/README.md +++ b/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: