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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-03-13 18:50:36 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-03-13 18:50:36 +0400
commitf530adf73d8e1f4914391cb3c3e96b2196612e92 (patch)
tree39fdc7301fab513f63628c91cd8dd7a4188bb283 /source/blender/compositor/intern/COM_ExecutionGroup.h
parent53735787ffd5902e31861132e5cc11147cfbf5b8 (diff)
Report timing compositor statistics when running in background mode.
This would help figuring out time spent on compositing, helpful for render farms.
Diffstat (limited to 'source/blender/compositor/intern/COM_ExecutionGroup.h')
-rw-r--r--source/blender/compositor/intern/COM_ExecutionGroup.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_ExecutionGroup.h b/source/blender/compositor/intern/COM_ExecutionGroup.h
index b5952611c1b..b5f02e05be1 100644
--- a/source/blender/compositor/intern/COM_ExecutionGroup.h
+++ b/source/blender/compositor/intern/COM_ExecutionGroup.h
@@ -167,7 +167,12 @@ private:
* @note measured in pixel space
*/
rcti m_viewerBorder;
-
+
+ /**
+ * @brief start time of execution
+ */
+ double m_executionStartTime;
+
// methods
/**
* @brief check whether parameter operation can be added to the execution group