Skip to content

Offset frame counts? #1135

@Sobeston

Description

@Sobeston

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions