summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-27 21:50:08 +0200
committerPaul Buetow <paul@buetow.org>2026-02-27 21:50:08 +0200
commit281a433b9ff39c0b290adfc901bdf47cc486491f (patch)
treeb7389fabb8cfc5dbd66275f3cfe5a3fb98cd2b3a /internal/flamegraph
parentf55212d9c02b87b2d6e15f62b2ce5b992b9d3045 (diff)
flags: change default flamegraph order to comm-first
Diffstat (limited to 'internal/flamegraph')
-rw-r--r--internal/flamegraph/nativesvg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flamegraph/nativesvg.go b/internal/flamegraph/nativesvg.go
index 89a3e6b..8a2bcd5 100644
--- a/internal/flamegraph/nativesvg.go
+++ b/internal/flamegraph/nativesvg.go
@@ -12,7 +12,7 @@ import (
//
// Flamegraphs are generated natively by ior from .ior.zst data files; no external
// flamegraph tool is required. The CLI typically drives this via the -ior flag,
-// which reads trace data, aggregates it into a trie of stack frames (e.g. pid,path,tracepoint)
+// which reads trace data, aggregates it into a trie of stack frames (e.g. comm,path,tracepoint)
// and renders a self-contained SVG that can be viewed in a browser.
type NativeSVG struct {
fields []string