diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-11 23:40:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-11 23:40:57 +0300 |
| commit | 56f86ee8c8a9deb6c60235e0e078de2ec2a4cc4c (patch) | |
| tree | 40c7cdd3903619999eb6087b1794d3d350e772ef /internal/flamegraph | |
| parent | e2ca1589bc8de613ed2994e35455440fbb45c466 (diff) | |
fix
Diffstat (limited to 'internal/flamegraph')
| -rw-r--r-- | internal/flamegraph/iordatacollector.go | 1 |
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 |
