wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
10.25k stars 692 forks source link

Absolute timestamps #929

Closed eibach closed 2 days ago

eibach commented 1 week ago

Is it possible to toggle the view to absolute timestamps? I only see timestamps relative to the start of the session. For correlating sessions from different processes and additional sources like wireshark it would be really helpful to have the absolute time value.

wolfpld commented 1 week ago

No. Technically it's doable, as traces have timestamps, but these are seconds precision only.

eibach commented 6 days ago

Thanks, I see. Would it be possible to record the origin timestamp, so absolute timestamps can be derived?

Bartosz Taudul @.***> schrieb am Sa., 23. Nov. 2024, 00:58:

No. Technically it's doable, as traces have timestamps, but these are seconds precision only.

— Reply to this email directly, view it on GitHub https://github.com/wolfpld/tracy/issues/929#issuecomment-2495116156, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCRX3ILIPFYS5UNKLYDV3D2B7ALHAVCNFSM6AAAAABSKD3FIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVGEYTMMJVGY . You are receiving this because you authored the thread.Message ID: @.***>

eibach commented 2 days ago

Ok, I found the origin timestamp is what you were talking about. I have submitted a pull request to implement this in the zone info view.