summaryrefslogtreecommitdiff
path: root/internal/flamegraph/counter.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-29 11:37:59 +0200
committerPaul Buetow <paul@buetow.org>2025-03-29 11:37:59 +0200
commitdc5c405f6afb9fc59ba73e7dbc7cd3564983ae6e (patch)
treeef465cede5b74cba016d1856073419610e09a3f4 /internal/flamegraph/counter.go
parent8a34be1f4fffca90d74e2092c7bc5a6af02392c4 (diff)
more on this
Diffstat (limited to 'internal/flamegraph/counter.go')
-rw-r--r--internal/flamegraph/counter.go1
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 {