summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-04-28 22:51:04 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-04-28 22:51:04 +0530
commit96d7cbedbefdfa385803212f2a1fb078336df073 (patch)
treed3a710d574eeae6d18fa7aa8a0f8364f2f21aece /doc/ffmpeg.texi
parentd54014d1573ec6e958e9c9e802e613c73c7f7ba5 (diff)
doc/ffmpeg - update benchmark option readout details
-benchmark and -benchmark_all now show real, system and user time
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 86c6fd864c..88dbdeb95a 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1154,12 +1154,12 @@ disable any chapter copying.
@item -benchmark (@emph{global})
Show benchmarking information at the end of an encode.
-Shows CPU time used and maximum memory consumption.
+Shows real, system and user time used and maximum memory consumption.
Maximum memory consumption is not supported on all systems,
it will usually display as 0 if not supported.
@item -benchmark_all (@emph{global})
Show benchmarking information during the encode.
-Shows CPU time used in various steps (audio/video encode/decode).
+Shows real, system and user time used in various steps (audio/video encode/decode).
@item -timelimit @var{duration} (@emph{global})
Exit after ffmpeg has been running for @var{duration} seconds.
@item -dump (@emph{global})