tracy/client
Bartosz Taudul 1aaab3c5e4 Use 32 bits to store lock id.
This makes queue item size 32 bytes. Queue operations can now be faster,
because multiplication by 33 is replaced by shift by 5.
2017-10-13 20:05:38 +02:00
..
concurrentqueue.h Remove one stack address load. 2017-10-11 01:27:22 +02:00
Tracy.hpp Plot data transfer. 2017-10-13 02:07:03 +02:00
TracyLock.hpp Use 32 bits to store lock id. 2017-10-13 20:05:38 +02:00
TracyProfiler.cpp Store source location color in 24 bits. 2017-10-13 19:59:18 +02:00
TracyProfiler.hpp Prevent type conversions. 2017-10-13 02:21:29 +02:00
TracyScoped.hpp Workaround gcc stupidity. 2017-10-11 01:44:35 +02:00