diff options
| author | Comment <tim@gray.(none)> | 2013-11-26 01:03:49 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-11-26 01:03:49 +0000 |
| commit | 38d09991d0f14f04146c14ebd33286b0f6806f67 (patch) | |
| tree | a0fb5b55e7289ab1cc09815b8f679fdcf16b1226 /rotord | |
| parent | 9e5244e5c3e190cc0b03c24b1f63b49e8d52653e (diff) | |
analytics accuracy
Diffstat (limited to 'rotord')
| -rw-r--r-- | rotord/src/graph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index 8cf5950..e9972f3 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -235,6 +235,7 @@ bool Graph::video_render(const string &output_filename,const float framerate,int float mtime = ((_end.tv_sec-_start.tv_sec) + (_end.tv_usec-_start.tv_usec)/1000000.0); logger.information("Video_output: rendered "+output_filename+": in "+toString(mtime)+" seconds"); + logger.information("compression codec took "+toString(mtime-video_output->time_taken)+" seconds"); for (auto n:nodes) { logger.information(n.second->type+" node '"+n.first+"' took "+toString(n.second->get_time_used())+" seconds"); |
