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

Lua profiling framework. No source location transfer yet.

This commit is contained in:
Bartosz Taudul
2017-11-05 15:04:55 +01:00
parent 3dc7d04ab4
commit 0fb5f012ce
4 changed files with 158 additions and 0 deletions
+1
View File
@@ -124,6 +124,7 @@ private:
void Process( const QueueItem& ev );
void ProcessZoneBegin( const QueueZoneBegin& ev );
void ProcessZoneBeginAllocSrcLoc( const QueueZoneBegin& ev );
void ProcessZoneEnd( const QueueZoneEnd& ev );
void ProcessFrameMark( const QueueFrameMark& ev );
void ProcessZoneText( const QueueZoneText& ev );