From 507073a912c23bd94a425b2b05779c65bee676e2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Mar 2025 23:18:24 +0200 Subject: improve flame cmds --- internal/flamegraph/flamegraph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/flamegraph/flamegraph.go b/internal/flamegraph/flamegraph.go index 3a41a89..1bfd82e 100644 --- a/internal/flamegraph/flamegraph.go +++ b/internal/flamegraph/flamegraph.go @@ -15,7 +15,7 @@ type counter struct { duration uint64 } -// Rename to Flamegraph +// TODO: Profile for CPU usage type Flamegraph struct { // Collapsed flamegraph stats collector collapsed map[string]map[types.TraceId]counter -- cgit v1.2.3