Browse Source

Perf is from "perf", not "gperftools".

tags/v2.0.0
Andrew Belt 4 years ago
parent
commit
00b61a0376
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -77,7 +77,7 @@ ifdef ARCH_LIN
endif endif


perf: $(TARGET) perf: $(TARGET)
# Requires gperftools
# Requires perf
perf record --call-graph dwarf -o perf.data ./$< -d perf record --call-graph dwarf -o perf.data ./$< -d
# Analyze with hotspot (https://github.com/KDAB/hotspot) for example # Analyze with hotspot (https://github.com/KDAB/hotspot) for example
hotspot perf.data hotspot perf.data


Loading…
Cancel
Save