From 6bfa0031cc7c903c16baaca2d0f504be26fb828c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 26 May 2026 22:31:40 +0300 Subject: flamegraph: add LiveTrie height metric ingestion (task qo) --- internal/tui/flamegraph/testdata_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/flamegraph/testdata_test.go') diff --git a/internal/tui/flamegraph/testdata_test.go b/internal/tui/flamegraph/testdata_test.go index c7d97b0..11fcb0c 100644 --- a/internal/tui/flamegraph/testdata_test.go +++ b/internal/tui/flamegraph/testdata_test.go @@ -29,7 +29,7 @@ const ( ) func generateTestTrie(depth, breadthPerLevel int) *coreflamegraph.LiveTrie { - lt := coreflamegraph.NewLiveTrie([]string{"comm", "path", "tracepoint"}, "count") + lt := coreflamegraph.NewLiveTrie([]string{"comm", "path", "tracepoint"}, "count", "count") comms := []string{"api", "db", "worker", "cache"} traceIDs := []types.TraceId{ types.SYS_ENTER_READ, -- cgit v1.2.3