From 5417e99f8e54121cddbff9296131e7f0fb1001a9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 23 Mar 2025 00:07:20 +0200 Subject: jo --- internal/flamegraph/collapsed.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flamegraph/collapsed.go b/internal/flamegraph/collapsed.go index de78b88..2a4c7f0 100644 --- a/internal/flamegraph/collapsed.go +++ b/internal/flamegraph/collapsed.go @@ -22,7 +22,7 @@ func (c *counter) merge(other counter) { // path, traceid (syscall name), comm, pid, tid // traceid, path is by default set in this order // store an intermediate format which then can be converted to the others... -// e.g. path / traceid / comm / pid / tid / flags / counter +// e.g. path ¶ traceid ¶ comm ¶ pid ¶ tid ¶ flags ¶ counter type collapsed map[string]map[types.TraceId]counter // TODO: Unit test this -- cgit v1.2.3