From 3c181cf5f9615e31171905020a9dd8e43655ea9b Mon Sep 17 00:00:00 2001 From: Johannes M Dieterich Date: Sun, 2 Apr 2017 01:06:25 +0000 Subject: 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 --- benchmarks/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/Makefile') 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 -- cgit v1.2.3