From 00b61a03768a9babfde21deaca0008ca6e912b31 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 5 Jan 2020 04:31:18 -0500 Subject: [PATCH] Perf is from "perf", not "gperftools". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b6c4a83..14ee2735 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ ifdef ARCH_LIN endif perf: $(TARGET) - # Requires gperftools + # Requires perf perf record --call-graph dwarf -o perf.data ./$< -d # Analyze with hotspot (https://github.com/KDAB/hotspot) for example hotspot perf.data