From 04ae2933607eaed32c9d99eb3949953a88e63460 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 15 Jul 2020 09:54:18 -0400 Subject: feat(tools): Add script to flamegraph a command Add tools.perf-flamegraph, which collects the base case execution of perf piped through stackcollapse-perf and flamegraph to flamegraph the execution of an external command via perf. Change-Id: I671fe254dc374b6cd7deca2d3bdea266164de025 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1176 Reviewed-by: tazjin Tested-by: BuildkiteCI --- bin/perf-flamegraph | 1 + 1 file changed, 1 insertion(+) create mode 120000 bin/perf-flamegraph (limited to 'bin/perf-flamegraph') diff --git a/bin/perf-flamegraph b/bin/perf-flamegraph new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/bin/perf-flamegraph @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file -- cgit 1.4.1