From 4b945a133a84ef630b23535f7980f483c2fa0ba3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 27 Feb 2026 17:04:23 +0200 Subject: flamegraph: add live flamegraph HTML shell --- internal/flamegraph/livehtml.go | 132 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 internal/flamegraph/livehtml.go (limited to 'internal/flamegraph') diff --git a/internal/flamegraph/livehtml.go b/internal/flamegraph/livehtml.go new file mode 100644 index 0000000..d2324d4 --- /dev/null +++ b/internal/flamegraph/livehtml.go @@ -0,0 +1,132 @@ +package flamegraph + +const liveHTML = ` + + + + + I/O Flame Graph (Live) + + + +
+ + + + + + LIVE +
+ + + + + + +` -- cgit v1.2.3