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

GPU time transfer.

This commit is contained in:
Bartosz Taudul
2017-11-11 22:08:47 +01:00
parent a0729d3500
commit 7ebaa46f75
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ private:
void ProcessGpuNewContext( const QueueGpuNewContext& ev );
void ProcessGpuZoneBegin( const QueueGpuZoneBegin& ev );
void ProcessGpuZoneEnd( const QueueGpuZoneEnd& ev );
void ProcessGpuTime( const QueueGpuTime& ev );
void CheckString( uint64_t ptr );
void CheckThreadString( uint64_t id );