Bartosz Taudul
Bartosz Taudul
How are GPU zone colors determined? With CPU zones thread id is used as a base for the color. What differentiates different GPU tracks?
The whole `struct EventAdapter` is very hard to read for me due to templates, and I don't paricularly like that instead of passing a single object (`ev`), it is now...
See `TracyLua.hpp`.
> This would also add 8 new defines (which is not really a problem in itself but well). The exploding number of macro combinations is actually a problem.
Because none of these are Tracy's dependencies.
More Path of Exile.  https://www.youtube.com/watch?v=itZB1hriaSk https://www.youtube.com/watch?v=whyJzrVEgVc
> I fixed problem 1 by adding the following to profiler/CMakeLists.txt and reconfiguring: There's an equivalent condition already in `cmake/config.cmake`, which is included at the top of profiler's `CMakeLists.txt`. Can...
The second problem is an interesting one to figure out. ``` [11:22 wolf@mimir:~/tracy/profiler/build]% objdump -t tracy-profiler|grep dlclose 00000000015a6030 l F .plt 0000000000000000 dlclose$plt 0000000000000000 F *UND* 0000000000000000 dlclose [11:22 wolf@mimir:~/tracy/profiler/build]%...
> Edit: FWIW adding dl to target_link_libraries in profiler/CMakeLists.txt fixes it. Yes, but the question is, why? Tracy doesn't use `dlclose`, so the problem seems to be somewhere else.