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

Add event debug routine.

This commit is contained in:
Bartosz Taudul
2021-11-04 22:30:16 +01:00
parent 4c774130ee
commit 373a6fc19e
2 changed files with 356 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef __TRACYEVENTDEBUG_HPP__
#define __TRACYEVENTDEBUG_HPP__
namespace tracy
{
struct QueueItem;
void EventDebug( const QueueItem& ev );
}
#endif