From 56f86ee8c8a9deb6c60235e0e078de2ec2a4cc4c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 11 Apr 2025 23:40:57 +0300 Subject: fix --- internal/flamegraph/iordatacollector.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/flamegraph') 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 -- cgit v1.2.3