This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
tracy
Watch
1
Star
0
Fork
0
You've already forked tracy
mirror of
https://github.com/wolfpld/tracy.git
synced
2026-08-13 08:40:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47ef56b995d9d1396ec1eba6121ff230e5db07f3
tracy
/
common
History
Bartosz Taudul
02e7893c75
Preserve messages size.
2020-07-21 20:58:58 +02:00
..
tracy_lz4.cpp
Replace bsf with tzcnt.
2020-05-17 01:09:57 +02:00
tracy_lz4.hpp
…
tracy_lz4hc.cpp
…
tracy_lz4hc.hpp
…
TracyAlign.hpp
…
TracyAlloc.hpp
…
TracyApi.h
Add empty TRACY_API instead of using dllexport for static builds on windows. Using dllexport is not correct, because it marks APIs in static lib for export and these APIs would get exported from a DLL that links to tracy.
2020-05-05 13:23:46 +03:00
TracyColor.hpp
…
TracyForceInline.hpp
…
TracyMutex.hpp
Remove benaphore, use std::mutex on cygwin.
2020-03-19 02:06:54 +01:00
TracyProtocol.hpp
Send Vulkan GPU calibration messages.
2020-07-07 21:25:35 +02:00
TracyQueue.hpp
Preserve messages size.
2020-07-21 20:58:58 +02:00
TracySocket.cpp
Fix typo.
2020-06-20 18:50:05 +02:00
TracySocket.hpp
Use non-blocking connect() call.
2020-05-14 02:27:04 +02:00
TracySystem.cpp
Fix off-by-one (found by lispbub,
#43
).
2020-06-10 12:21:58 +02:00
TracySystem.hpp
…