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

Custom string data is no longer needed.

This commit is contained in:
Bartosz Taudul
2020-07-26 01:35:08 +02:00
parent c0b73c248f
commit 03f46d7228
4 changed files with 4 additions and 19 deletions
-2
View File
@@ -87,7 +87,6 @@ enum class QueueType : uint8_t
SecondStringData,
StringData,
ThreadName,
CustomStringData,
PlotName,
SourceLocationPayload,
CallstackPayload,
@@ -629,7 +628,6 @@ static constexpr size_t QueueDataSize[] = {
// keep all QueueStringTransfer below
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // string data
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // thread name
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // custom string data
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // plot name
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // allocated source location payload
sizeof( QueueHeader ) + sizeof( QueueStringTransfer ), // callstack payload