Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-21Timing macros: remove the (void)0 at the end of TIMEIT_BLOCK_INIT,Bastien Montagne
it prevents declaring/using more than one of these timing blocks in a same code block (C rule, no var declaration and code mixing)...
2013-09-27Made PIL_time_utildefines self-sufficientSergey Sharybin
Meaning it's enough to only include PIL_time_utildefines for benchmarking, no need to worry about other header dependencies.
2013-09-04move timeit macros into their own include, since they are only used for ↵Campbell Barton
testing and unrelated to PIL_time.h typical use.