Bartosz Taudul
f8ccd8c40d
Move TracyStackFrames to common.
2021-05-23 23:51:56 +02:00
Bartosz Taudul
69372c2dcb
Explicitly state which default-linked libraries are needed.
2021-01-13 01:42:48 +01:00
Martin Dorazil
7f2bc0d177
Disable MSVC warnings for integrated client.
2020-06-20 22:51:56 +02:00
thedmd
a1e2c533f6
libbacktrace: Add support for Mach-O (dSYM)
...
`macho.cpp` was backported from official libbacktrace repository.
2019-11-29 12:04:47 +01:00
Bartosz Taudul
c7a22cc1ff
Use libbacktrace on BSD.
2019-11-21 20:41:57 +01:00
Bartosz Taudul
fe0f1aea07
Add system tracing skeleton.
2019-08-12 23:05:34 +02:00
Bartosz Taudul
1939c31165
Experimental DXT1 compressor.
2019-06-27 19:14:51 +02:00
Bartosz Taudul
aff3246f82
Add ETC1 compressor.
2019-06-07 00:31:51 +02:00
Bartosz Taudul
18a9741b5d
Use proper check.
2019-05-22 14:19:25 +02:00
Bartosz Taudul
9f4f5bcb63
CPU usage retrieval.
2019-02-21 22:45:53 +01:00
Bartosz Taudul
79a5a860a5
Compile with libbacktrace on linux.
2019-01-20 16:55:33 +01:00
Bartosz Taudul
5cbe2c6ae5
Reorder tracy_lz4.cpp vs TracyProfiler.cpp in TracyClient.cpp.
...
This fixes deprecation warning in tracy_lz4.hpp, which was previously
present due to TracyProfiler.cpp including tracy_lz4.hpp before an
appropriate deprecation restraining macro was defined in tracy_lz4.cpp.
Note that this issue was only present if TracyClient.cpp was used to
include the profiler in a project. Including the profiler as a
collection of separate source files worked correctly, as the deprecated
function is only used by tracy_lz4.cpp.
2018-12-29 01:00:14 +01:00
Till Rathmann
37d5736bf5
Fixed compiler warnings.
2018-08-01 14:07:30 +02:00
Till Rathmann
dd042619e9
Support for multi-DLL projects.
2018-07-31 12:06:04 +02:00
Bartosz Taudul
e7b71f29a5
Define WIN32_LEAN_AND_MEAN in TracyClient.cpp.
2018-07-17 21:26:31 +02:00
Bartosz Taudul
4a01eb7fc4
Windows callstack inspection plumbing.
2018-06-19 01:17:19 +02:00
Bartosz Taudul
e7c582bb4d
Compile TracySystem.cpp, even if profiler is disabled.
2017-10-18 21:39:33 +02:00
Bartosz Taudul
8a6e4d2971
Change TRACY_DISABLE to TRACY_ENABLE.
...
By default tracy is now disabled.
2017-10-16 21:34:39 +02:00
Bartosz Taudul
d522d4793e
Compile rpmalloc last in TracyClient.cpp.
2017-10-14 17:28:55 +02:00
Bartosz Taudul
1048017bfd
Add rpmalloc to TracyClient.cpp.
2017-10-14 16:50:39 +02:00
Bartosz Taudul
14cd87c42d
Add (optional) fast-integration source file.
2017-10-11 02:09:52 +02:00