aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2017-04-02 01:06:25 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2017-04-02 01:06:25 +0000
commit3c181cf5f9615e31171905020a9dd8e43655ea9b (patch)
tree000e7d1f84603ce55d08983ef0770d9dcf1eae30 /benchmarks/Makefile
parent99ada25aa72c65419b39ccc2a4cff81f645bbf74 (diff)
downloadports-3c181cf5f9615e31171905020a9dd8e43655ea9b.tar.gz
ports-3c181cf5f9615e31171905020a9dd8e43655ea9b.zip
new port: benchmarks/flamegraph
A trivial port of Brendan Gregg's collection of flamegraph scripts (a lot of shebang-fixes). This will allow developers to visually profile output from, e.g., ljp and dtrace to locate CPU and memory hogs in workloads. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10233
Notes
Notes: svn path=/head/; revision=437514
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 345e976c7b3d..183f87db467b 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -18,6 +18,7 @@
SUBDIR += fhourstones
SUBDIR += filebench
SUBDIR += fio
+ SUBDIR += flamegraph
SUBDIR += flops
SUBDIR += flowgrind
SUBDIR += forkbomb