tracer icon indicating copy to clipboard operation
tracer copied to clipboard

add possibility to preallocate checkpoints

Open kamilsk opened this issue 6 years ago • 0 comments

call := tracer.Fetch(ctx).With(make([]Checkpoint, 0, 10)).Start()
defer call.Stop()
...
call.Checkpoint()
...
call.Checkpoint("id", "labelX", "labelY")
...

kamilsk avatar Sep 10 '19 10:09 kamilsk