1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Extract "center view at time" function.

This commit is contained in:
Bartosz Taudul
2018-06-22 20:21:02 +02:00
parent a347ddd753
commit 39eccd5b08
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -105,6 +105,7 @@ private:
void ZoomToRange( int64_t start, int64_t end );
void ZoomToPrevFrame();
void ZoomToNextFrame();
void CenterAtTime( int64_t t );
void ShowZoneInfo( const ZoneEvent& ev );
void ShowZoneInfo( const GpuEvent& ev, uint64_t thread );