mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Source location payload transfer. No storage yet.
This commit is contained in:
@@ -17,6 +17,7 @@ enum class QueueType : uint8_t
|
||||
CustomStringData,
|
||||
FrameMarkMsg,
|
||||
SourceLocation,
|
||||
SourceLocationPayload,
|
||||
ZoneText,
|
||||
ZoneName,
|
||||
LockWait,
|
||||
@@ -181,6 +182,7 @@ static const size_t QueueDataSize[] = {
|
||||
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // custom string data
|
||||
sizeof( QueueHeader ) + sizeof( QueueFrameMark ),
|
||||
sizeof( QueueHeader ) + sizeof( QueueSourceLocation ),
|
||||
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // allocated source location payload
|
||||
sizeof( QueueHeader ) + sizeof( QueueZoneText ),
|
||||
sizeof( QueueHeader ) + sizeof( QueueZoneName ),
|
||||
sizeof( QueueHeader ) + sizeof( QueueLockWait ),
|
||||
|
||||
Reference in New Issue
Block a user