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

Extract frame number getter.

This commit is contained in:
Bartosz Taudul
2019-08-26 19:01:51 +02:00
parent 00b26c1acf
commit 3e4d3efbdb
2 changed files with 28 additions and 6 deletions
+1
View File
@@ -181,6 +181,7 @@ private:
uint64_t GetZoneThread( const GpuEvent& zone ) const;
const GpuCtxData* GetZoneCtx( const GpuEvent& zone ) const;
const ZoneEvent* FindZoneAtTime( uint64_t thread, int64_t time ) const;
uint64_t GetFrameNumber( const FrameData& fd, int i, uint64_t offset ) const;
const char* GetFrameText( const FrameData& fd, int i, uint64_t ftime, uint64_t offset ) const;
#ifndef TRACY_NO_STATISTICS