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