Bartosz Taudul
Bartosz Taudul
I'm not sure what you want to get here. `TracyGpuZone` is used for OpenGL markup and OpenGL command submissions are not reorderable. Using this macro in context of any other...
The script will install the latest versions of the libraries available in vcpkg. Are you sure you have an up-to-date set of libraries in your vcpkg checkout?
``` [19:42 wolf@oberon:~]% pkg-config --cflags capstone -I/usr/include/capstone [19:42 wolf@oberon:~]% ls -l /usr/include/capstone/capstone.h .rw-r--r-- 30k root 28 kwi 2022 /usr/include/capstone/capstone.h [19:42 wolf@oberon:~]% pacman -Q capstone capstone 4.0.2-6 ``` This issue has...
> The best I know how to do is to do it the way that feels the most "standard" to you, and relying on systems to provide patches to make...
> It is specifically on the join in `Thread` destructor call in `~Profiler`. > > https://github.com/wolfpld/tracy/blob/005d0929035bdc13f877da97c6631c0f2c98673e/public/client/TracyProfiler.cpp#L1564 What are other threads doing when this join is pending? Specifically, the `LaunchWorker` thread?
According to the man page, > If the value of timeout is 0, poll() shall return immediately. The glibc code at frame #0 in your call stack is basically doing...
With the amount of software available, each port is sure to be used by several different programs, and it's no longer possible to assign a unique port for yourself for...
Yeah, notifying the user would be good.
> I am building with debug symbols and the binary is not stripped: You are getting some data, which indicates that the symbols are available. Do you allow for the...
You're asking for the connection to be terminated after 5 seconds.