Blender Git Loki
Git Commits -> Revision e5e7507
Revision e5e7507 by Bastien Montagne (master) January 27, 2016, 11:26 (GMT) |
PIL_time_utiledefines: add TIMEIT_AVERAGED variants to block timing macros. This variant behave exactly as TIMEIT_START etc., but it also sums up all times in a static var and prints out average execution time - very useful when dealing with small/quick pieces of code that get executed often, to get some meaningful results. |
Commit Details:
Full Hash: e5e7507d31e8ae817231c4189fe0602ebce4003f
Parent Commit: 7e9103b
Lines Changed: +32, -7