-
-
Notifications
You must be signed in to change notification settings - Fork 874
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The system I'm working on has ticks which happen at roughly fixed intervals. It would be great to be able to use Tracy's Frame sets to keep track of these, as they're meaningful groups of work.
However, this is a distributed system, and tick 0 happened millions of ticks ago. My process can't start that far back in time, so it would be amazing if I could have tracy start at a given tick. Having tracy display a frame count that starts at 0 is annoying for debugging - being able to see the current tick number is nice.
I'm not sure if it would be better internally to start the count high, or to start the count at 0 internally and just display the value at an offset.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request