diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-14 23:51:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-14 23:51:11 +0200 |
| commit | b3bbc7ae0ea6747686626d26d0e5484ed06f49fe (patch) | |
| tree | 822c47f84326f9920e503ca040338b249ccceb0f /internal/flamegraph/flamegraph.go | |
| parent | 5cac6a84181a6121e27c5c763a3e34254180fa4b (diff) | |
unexport types
Diffstat (limited to 'internal/flamegraph/flamegraph.go')
| -rw-r--r-- | internal/flamegraph/flamegraph.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/flamegraph/flamegraph.go b/internal/flamegraph/flamegraph.go index 6c5df63..dc1af53 100644 --- a/internal/flamegraph/flamegraph.go +++ b/internal/flamegraph/flamegraph.go @@ -16,6 +16,7 @@ type counter struct { duration uint64 } +// TODO: Idea, show time spent between the syscalls (off syscalls) as well, but in a different color // TODO: Profile for CPU usage. If too slow, can fan out into multiple maps and // then merge at the end the maps. type Flamegraph struct { |
