summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-05 23:51:59 +0200
committerPaul Buetow <paul@buetow.org>2026-03-05 23:51:59 +0200
commitf6135befedb7da8603ecff2c59b155effd0183db (patch)
tree47977623358fb92284df68eac518d73f12963fc4 /internal/flamegraph
parent581337620db24bc654c5e1c5fb6fb251770aada1 (diff)
Add package-level docs across internal packages
Diffstat (limited to 'internal/flamegraph')
-rw-r--r--internal/flamegraph/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/flamegraph/doc.go b/internal/flamegraph/doc.go
new file mode 100644
index 0000000..8ff27d2
--- /dev/null
+++ b/internal/flamegraph/doc.go
@@ -0,0 +1,2 @@
+// Package flamegraph builds aggregated call trees and rendering inputs for I/O flamegraphs.
+package flamegraph