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

Separate zone value and text failures.

This commit is contained in:
Bartosz Taudul
2021-10-10 14:05:21 +02:00
parent 909f5916b1
commit 9300934fa5
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -396,6 +396,7 @@ public:
ZoneStack,
ZoneDoubleEnd,
ZoneText,
ZoneValue,
ZoneColor,
ZoneName,
MemFree,
@@ -714,6 +715,7 @@ private:
void ZoneStackFailure( uint64_t thread, const ZoneEvent* ev );
void ZoneDoubleEndFailure( uint64_t thread, const ZoneEvent* ev );
void ZoneTextFailure( uint64_t thread );
void ZoneValueFailure( uint64_t thread );
void ZoneColorFailure( uint64_t thread );
void ZoneNameFailure( uint64_t thread );
void MemFreeFailure( uint64_t thread );