summaryrefslogtreecommitdiff
path: root/internal/flamegraph/worker.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/worker.go
parent8a34be1f4fffca90d74e2092c7bc5a6af02392c4 (diff)
more on this
Diffstat (limited to 'internal/flamegraph/worker.go')
-rw-r--r--internal/flamegraph/worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go
index 6c2b9cd..e47329e 100644
--- a/internal/flamegraph/worker.go
+++ b/internal/flamegraph/worker.go
@@ -17,7 +17,7 @@ type worker struct {
func newWorker() worker {
return worker{
collapsed: make(collapsed), // COLLAPSED: Retire ocne newIorData implemented
- iod: newIorData(),
+ iod: newIorData(), // TODO: make flags global, so i don't have to pass them through the whole code base
}
}