changeset 4840:7e56b1480a24

Additional notes
author nick
date Sun, 24 Feb 2002 16:22:22 +0000
parents d94ccbfec3e3
children 5928e94c0d5f
files mplayer.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }