]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg: Add system time and real time to benchmarking.
authorMark Wachsler <wachsler-at-google.com@ffmpeg.org>
Fri, 27 Apr 2018 17:31:59 +0000 (13:31 -0400)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 28 Apr 2018 16:08:52 +0000 (18:08 +0200)
commit9d753549635642508f3d7d30973c453c320e9cb4
tree88109d7e44e68055abc92fe58bda0116f09bb70f
parentc116ba375ea485adeda8fd0e7b81b5d9ca4c7d4a
fftools/ffmpeg: Add system time and real time to benchmarking.

The -benchmark and -benchmark_all options now show user, system, and real time,
instead of just user time.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
fftools/ffmpeg.c