tracy/public
David Briscoe 7d8432bbec Cast thread id to uint32_t
Fix MSVC Warning C4244: 'argument': conversion from 'uint64_t' to
'uint32_t', possible loss of data

We only store 32 bit thread ids in ThreadNameData.

Trying to follow existing style instead of static_cast.
2024-02-16 16:29:36 -08:00
..
client Cast thread id to uint32_t 2024-02-16 16:29:36 -08:00
common Cosmetics. 2023-12-20 13:15:42 +01:00
libbacktrace fix typos and compilation warnings 2023-12-09 09:37:14 -06:00
tracy Add formatted variants for ZoneText and ZoneName. 2024-02-11 16:24:37 +01:00
TracyClient.cpp Add system power use tracking skeleton. 2023-03-09 22:31:31 +01:00