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

Use proper frame names.

This commit is contained in:
Bartosz Taudul
2018-08-04 21:19:24 +02:00
parent aad3e941e5
commit 1ea1cd57b3
2 changed files with 24 additions and 16 deletions
+1
View File
@@ -121,6 +121,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;
const char* GetFrameText( const FrameData& fd, int i, uint64_t ftime, uint64_t offset ) const;
#ifndef TRACY_NO_STATISTICS
void FindZones();