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

Add zone value failure context.

This commit is contained in:
Bartosz Taudul
2021-10-10 14:12:13 +02:00
parent 9300934fa5
commit 930ef77ea9
3 changed files with 19 additions and 3 deletions
+2 -1
View File
@@ -381,6 +381,7 @@ private:
uint64_t thread;
int16_t srcloc;
uint32_t callstack;
std::string message;
};
struct FrameImagePending
@@ -715,7 +716,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 ZoneValueFailure( uint64_t thread, uint64_t value );
void ZoneColorFailure( uint64_t thread );
void ZoneNameFailure( uint64_t thread );
void MemFreeFailure( uint64_t thread );