summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 16:22:22 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 16:22:22 +0000
commitfb92754989de3844e213acb70b8dd3a48826166e (patch)
tree87284a93a48c2f38b8a3e31e7cc7e29adf1fac7d /mplayer.c
parentad3529b8a349c408327b063a24413c4b164b342f (diff)
downloadmpv-fb92754989de3844e213acb70b8dd3a48826166e.tar.bz2
mpv-fb92754989de3844e213acb70b8dd3a48826166e.tar.xz
Additional notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4841 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 5371a5455f..411d6038d4 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2880,7 +2880,10 @@ if(benchmark){
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);
}