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

Implement going to next/previous frame.

This commit is contained in:
Bartosz Taudul
2018-06-02 22:27:35 +02:00
parent 1cddf8436c
commit 785a30a68b
2 changed files with 44 additions and 1 deletions
+2
View File
@@ -102,6 +102,8 @@ private:
void ZoomToZone( const ZoneEvent& ev );
void ZoomToZone( const GpuEvent& ev );
void ZoomToRange( int64_t start, int64_t end );
void ZoomToPrevFrame();
void ZoomToNextFrame();
void ShowZoneInfo( const ZoneEvent& ev );
void ShowZoneInfo( const GpuEvent& ev, uint64_t thread );