52c0940c6dd9d5eb6bd8e302f7ae38e6c2c5e5d4
This commit adds per-thread statics for object update threads which would give you information about: - How much objects each thread handled - How much overall time thread spend on running object_handle_update. - How long each of object_handle_update took. Enabled by ./blender -d The code is surrounded by ifdef, so shall be not a problem to drop the code when we don't need it anymore. Also added special value for rt (debug_value) of 13666 which switches scene update to a single thread. Useful for benchmarking.
Description
No description provided
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%