Mercurial > mplayer.hg
changeset 4224:1bdb44f7cba2
fix for benchmark script
author | nexus |
---|---|
date | Thu, 17 Jan 2002 21:22:11 +0000 |
parents | 82d33038b2d0 |
children | ed61ce9138ce |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Thu Jan 17 20:51:51 2002 +0000 +++ b/mplayer.c Thu Jan 17 21:22:11 2002 +0000 @@ -2357,7 +2357,7 @@ double total_time_usage; total_time_usage_start=GetTimer()-total_time_usage_start; total_time_usage = (float)total_time_usage_start*0.000001; - mp_msg(MSGT_CPLAYER,MSGL_INFO,"BENCHMARKs: V:%8.3fs VO:%8.3fs A:%8.3fs Sys:%8.3fs = %8.3fs\n", + mp_msg(MSGT_CPLAYER,MSGL_INFO,"\nBENCHMARKs: V:%8.3fs VO:%8.3fs A:%8.3fs Sys:%8.3fs = %8.3fs\n", video_time_usage,vout_time_usage,audio_time_usage, total_time_usage-tot,total_time_usage); if(total_time_usage>0.0)