Tagged Questions
3
votes
1answer
334 views
What is the right process to get compatibility or at least a workaround for the ‘Threaded optimization’ feature of NVIDIA?
It's peculiar this issue is not well understood on NVIDIA forums and project forums.
For example, the well known ioquake3 project based on id tech 3 requires to force 'Threaded optimization' off on ...
2
votes
2answers
219 views
Profiling code with threads and script interpreter
Basically, how I profile a game that have multithreading and script interpreter? (Lua in my case)
I have no idea of where to look for that.
Also it would be nice to be able to profile code that ...