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

CPU-side GPU event transfer.

This commit is contained in:
Bartosz Taudul
2017-11-11 21:09:48 +01:00
parent b208df8829
commit 6fcdb924e8
5 changed files with 174 additions and 1 deletions
+2
View File
@@ -68,6 +68,8 @@ private:
void ProcessMessage( const QueueMessage& ev );
void ProcessMessageLiteral( const QueueMessage& ev );
void ProcessGpuNewContext( const QueueGpuNewContext& ev );
void ProcessGpuZoneBegin( const QueueGpuZoneBegin& ev );
void ProcessGpuZoneEnd( const QueueGpuZoneEnd& ev );
void CheckString( uint64_t ptr );
void CheckThreadString( uint64_t id );