mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix ContextSwitchData natvis.
This commit is contained in:
parent
e0ec98d766
commit
f3bb4030f6
@ -30,7 +30,7 @@
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="tracy::ContextSwitchData">
|
||||
<DisplayString>{{ start={int64_t( _start_cpu ) >> 8} end={int64_t( _end_reason_state ) >> 16} cpu={uint8_t( _start_cpu & 0xFF )} reason={int8_t( (_end_reason_state >> 8) & 0xFF )} state={int8_t( _end_reason_state & 0xFF )} }}</DisplayString>
|
||||
<DisplayString>{{ start={int64_t( _start_cpu ) >> 16} end={int64_t( _end_reason_state ) >> 16} cpu={uint8_t( _start_cpu & 0xFF )} reason={int8_t( (_end_reason_state >> 8) & 0xFF )} state={int8_t( _end_reason_state & 0xFF )} }}</DisplayString>
|
||||
</Type>
|
||||
<Type Name="tracy::ContextSwitchCpu">
|
||||
<DisplayString>{{ start={int64_t( _start_thread ) >> 16} end={_end} thread={uint16_t( _start_thread )} }}</DisplayString>
|
||||
|
Loading…
Reference in New Issue
Block a user