Andrew Depke
Andrew Depke
I have a trace that contains a very large amount of threads, and attempting to zoom onto zones far down in the thread list causes threads up above to leave...
The [input modifiers](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-function-parameters) are not recognized in auto complete, causing the next closest item to replace it. The following gif shows this behavior. 
### What happened? In C++, the shift operators `>>`, `=`, and `
When I open files in my `.config/sublime-text/Packages/User` folder (a git repo), I'm seeing 2+ second freezes. Here's what my Plugin Event Profile shows: ``` on_activated: Git.git.ignore: 0.005s total, mean: 0.000s,...
Tracy server build script seems to fetch vcpkg dependencies after it has already started compiling, and so the first time you build it, it won't compile.
When waiting for a frame deadline, just sleeping until the objective is varyingly imprecise. A better solution is to modify the [timer resolution](https://docs.microsoft.com/en-us/windows/win32/api/timeapi/nf-timeapi-timebeginperiod), sleep until some small unit of time...
The engine processes every Windows input event, which is ideal for operations such as typing, where we don't want to lose keystrokes at low framerates or hitches, however this behavior...
Refer to this paper for details: https://blog.selfshadow.com/publications/turquin/ms_comp_final.pdf.
Fmtlib has poor formatting of HRESULTs, so a custom formatter should be introduced for this. Ideally, format HRESULTs as unsigned hex with the 0x prefix, and as capital letters. See...
When logging, if data that has the same type as PlatformErrorType, it will be interpreted as a platform error (which may not be intended) due to the lack of context.