diff options
Diffstat (limited to 'internal/flamegraph/counter.go')
| -rw-r--r-- | internal/flamegraph/counter.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/flamegraph/counter.go b/internal/flamegraph/counter.go index 4a63f50..98ac035 100644 --- a/internal/flamegraph/counter.go +++ b/internal/flamegraph/counter.go @@ -4,6 +4,7 @@ type counter struct { count uint64 duration uint64 durationToPrev uint64 + // bytes uint64 TODO implement } func (c counter) add(other counter) counter { |
