This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Perf is from "perf", not "gperftools".
tags/v2.0.0
Andrew Belt
4 years ago
parent
7ad436bbf9
commit
00b61a0376
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -77,7 +77,7 @@ ifdef ARCH_LIN
endif
perf: $(TARGET)
# Requires
g
perf
tools
# Requires perf
perf record --call-graph dwarf -o perf.data ./$< -d
# Analyze with hotspot (https://github.com/KDAB/hotspot) for example
hotspot perf.data
Write
Preview
Loading…
Cancel
Save