Blender Git Commit Log

Git Commits -> Revision 52c0940

Revision 52c0940 by Sergey Sharybin (master)
July 16, 2013, 20:11 (GMT)
Statistics calculation for threaded update

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.

Commit Details:

Full Hash: 52c0940c6dd9d5eb6bd8e302f7ae38e6c2c5e5d4
SVN Revision: 58318
Parent Commit: 39834db
Lines Changed: +84, -0

1 Modified Path:

/source/blender/blenkernel/intern/scene.c (+84, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021