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

Add ZoneText and ZoneName to the C API.

This commit is contained in:
Bartosz Taudul
2019-01-16 01:17:01 +01:00
parent 49e270d8a6
commit 92f3a4bba0
4 changed files with 96 additions and 4 deletions
+4
View File
@@ -182,6 +182,8 @@ public:
None,
ZoneStack,
ZoneEnd,
ZoneText,
ZoneName,
MemFree,
NUM_FAILURES
@@ -337,6 +339,8 @@ private:
void ZoneStackFailure( uint64_t thread, const ZoneEvent* ev );
void ZoneEndFailure( uint64_t thread );
void ZoneTextFailure( uint64_t thread );
void ZoneNameFailure( uint64_t thread );
void MemFreeFailure( uint64_t thread );
tracy_force_inline void CheckSourceLocation( uint64_t ptr );