mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Adding ZoneColor to set a dynamic color override to an existing zone.
This commit is contained in:
committed by
Bartosz Taudul
parent
dfdf70aea3
commit
7dfdad2e02
@@ -383,6 +383,7 @@ public:
|
||||
ZoneStack,
|
||||
ZoneDoubleEnd,
|
||||
ZoneText,
|
||||
ZoneColor,
|
||||
ZoneName,
|
||||
MemFree,
|
||||
FrameEnd,
|
||||
@@ -608,6 +609,7 @@ private:
|
||||
tracy_force_inline void ProcessFrameImage( const QueueFrameImage& ev );
|
||||
tracy_force_inline void ProcessZoneText();
|
||||
tracy_force_inline void ProcessZoneName();
|
||||
tracy_force_inline void ProcessZoneColor( const QueueZoneColor& ev );
|
||||
tracy_force_inline void ProcessZoneValue( const QueueZoneValue& ev );
|
||||
tracy_force_inline void ProcessLockAnnounce( const QueueLockAnnounce& ev );
|
||||
tracy_force_inline void ProcessLockTerminate( const QueueLockTerminate& ev );
|
||||
@@ -670,6 +672,7 @@ private:
|
||||
void ZoneStackFailure( uint64_t thread, const ZoneEvent* ev );
|
||||
void ZoneDoubleEndFailure( uint64_t thread, const ZoneEvent* ev );
|
||||
void ZoneTextFailure( uint64_t thread );
|
||||
void ZoneColorFailure( uint64_t thread );
|
||||
void ZoneNameFailure( uint64_t thread );
|
||||
void MemFreeFailure( uint64_t thread );
|
||||
void FrameEndFailure();
|
||||
|
||||
Reference in New Issue
Block a user