From b3bbc7ae0ea6747686626d26d0e5484ed06f49fe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 14 Mar 2025 23:51:11 +0200 Subject: unexport types --- internal/flamegraph/flamegraph.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/flamegraph') diff --git a/internal/flamegraph/flamegraph.go b/internal/flamegraph/flamegraph.go index 6c5df63..dc1af53 100644 --- a/internal/flamegraph/flamegraph.go +++ b/internal/flamegraph/flamegraph.go @@ -16,6 +16,7 @@ type counter struct { duration uint64 } +// TODO: Idea, show time spent between the syscalls (off syscalls) as well, but in a different color // TODO: Profile for CPU usage. If too slow, can fan out into multiple maps and // then merge at the end the maps. type Flamegraph struct { -- cgit v1.2.3