summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
Diffstat (limited to 'internal/flamegraph')
-rw-r--r--internal/flamegraph/iordatacollector.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/flamegraph/iordatacollector.go b/internal/flamegraph/iordatacollector.go
index 6a97379..a63b742 100644
--- a/internal/flamegraph/iordatacollector.go
+++ b/internal/flamegraph/iordatacollector.go
@@ -10,7 +10,6 @@ import (
"sync"
)
-// TODO: Idea, show time spent between the syscalls (off syscalls) as well, but in a different color
type IorDataCollector struct {
flags flags.Flags
Ch chan *event.Pair