.. |
src-from-vcxproj.mk
|
Factor out Unix build logic into shared files.
|
2020-07-31 11:08:36 -07:00 |
tracy_lz4.cpp
|
Wrap lz4 in tracy namespace, etc.
|
2020-11-16 18:13:19 +01:00 |
tracy_lz4.hpp
|
Wrap lz4 in tracy namespace, etc.
|
2020-11-16 18:13:19 +01:00 |
tracy_lz4hc.cpp
|
Wrap lz4 in tracy namespace, etc.
|
2020-11-16 18:13:19 +01:00 |
tracy_lz4hc.hpp
|
Wrap lz4 in tracy namespace, etc.
|
2020-11-16 18:13:19 +01:00 |
TracyAlign.hpp
|
MemRead() uses const pointer.
|
2018-07-11 01:33:27 +02:00 |
TracyAlloc.hpp
|
Add tracy_realloc() function.
|
2020-10-22 22:24:32 +02:00 |
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
|
Provide tracy color list in default client header.
|
2017-11-25 15:33:10 +01:00 |
TracyForceInline.hpp
|
Fix force_inline on gcc/clang.
|
2018-04-21 19:22:27 +02:00 |
TracyMutex.hpp
|
Remove benaphore, use std::mutex on cygwin.
|
2020-03-19 02:06:54 +01:00 |
TracyProtocol.hpp
|
Send callstacks before sending events they belong to.
|
2020-09-29 16:40:19 +02:00 |
TracyQueue.hpp
|
Add support for custom allocator tracking to client.
|
2020-09-24 01:31:23 +02:00 |
TracySocket.cpp
|
Ports are uint16_t.
|
2020-10-02 18:51:54 +02:00 |
TracySocket.hpp
|
Ports are uint16_t.
|
2020-10-02 18:51:54 +02:00 |
TracySystem.cpp
|
add set thread to c api
|
2020-08-04 11:51:48 +02:00 |
TracySystem.hpp
|
Move GetThreadHandleImpl() from header to source file.
|
2020-02-11 14:40:49 +01:00 |
unix.mk
|
Factor out Unix build logic into shared files.
|
2020-07-31 11:08:36 -07:00 |