From 5f1b3be8ac4013ac7cf5041de339317defeb75ce Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 29 Mar 2025 10:27:47 +0200 Subject: add tpsExclude, rename tracepoints to tps --- internal/flamegraph/worker.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/flamegraph/worker.go') diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go index 7c8d848..d10e0bf 100644 --- a/internal/flamegraph/worker.go +++ b/internal/flamegraph/worker.go @@ -10,14 +10,14 @@ import ( type worker struct { collapsed collapsed - data iorData + id iorData done chan struct{} } func newWorker() worker { return worker{ collapsed: make(collapsed), // TODO: Retire - data: newIorData(), // TODO: Implement fully + id: newIorData(), // TODO: Implement fully } } -- cgit v1.2.3