diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-12 23:18:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-12 23:18:24 +0200 |
| commit | 507073a912c23bd94a425b2b05779c65bee676e2 (patch) | |
| tree | 7f0102c8839abf46531783a71d2c8a6f8778673b /internal/flamegraph | |
| parent | 7c89967f1d41b45f44cc08c879779bdf7d2b73be (diff) | |
improve flame cmds
Diffstat (limited to 'internal/flamegraph')
| -rw-r--r-- | internal/flamegraph/flamegraph.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
