magic-trace icon indicating copy to clipboard operation
magic-trace copied to clipboard

trace-many-times

Open ahh opened this issue 3 years ago • 1 comments
trafficstars

I frequently want as many traces of $CONDITION as I can get. Right now I build a command line, watch it go, wait til it fires, wait for it to decode, and rerun.

I can write a shell loop around this, but you know what sounds great? A flag to "once you're done, re-arm and do it again with a fresh filename".

ahh avatar Mar 30 '22 21:03 ahh

Would this be served by having -multi-snapshot mode just work like this? The current implementation leaves large gaps in the tracefile, so isn't too useful. The format could be something as simple as ${-output flag}.$n, but we could also support format modifiers in -output.

Xyene avatar May 10 '22 10:05 Xyene