# HG changeset patch # User nick # Date 1014567742 0 # Node ID 7e56b1480a24c2d3ff7ba53700716519bae718f9 # Parent d94ccbfec3e32f84f5766c7db673100b59fa283a Additional notes diff -r d94ccbfec3e3 -r 7e56b1480a24 mplayer.c --- a/mplayer.c Sun Feb 24 15:59:53 2002 +0000 +++ b/mplayer.c Sun Feb 24 16:22:22 2002 +0000 @@ -2880,7 +2880,10 @@ 100.0*max_vout_time_usage/total_time_usage+ 100.0*max_audio_time_usage/total_time_usage ); - mp_msg(MSGT_CPLAYER,MSGL_INFO,"TOTAL BENCHMARK: from %u frames should be dropped: %u \n" +/* This code computes number of frame which should be dropped + in ideal case (without SYSTIME); i.e. when file is located + in RAM and kernel+other_tasks eat 0% of CPU. */ + mp_msg(MSGT_CPLAYER,MSGL_INFO,"TOTAL BENCHMARK: from %u frames should be dropped: %u at least\n" ,our_n_frames,bench_dropped_frames); }