diff options
Diffstat (limited to 'internal')
| -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 |
