summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-14 23:51:11 +0200
committerPaul Buetow <paul@buetow.org>2025-03-14 23:51:11 +0200
commitb3bbc7ae0ea6747686626d26d0e5484ed06f49fe (patch)
tree822c47f84326f9920e503ca040338b249ccceb0f /internal/flamegraph
parent5cac6a84181a6121e27c5c763a3e34254180fa4b (diff)
unexport types
Diffstat (limited to 'internal/flamegraph')
-rw-r--r--internal/flamegraph/flamegraph.go1
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 {