summaryrefslogtreecommitdiff
path: root/internal/flamegraph/worker.go
diff options
context:
space:
mode:
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
}
}