mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
slight proofreading
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@688 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
829e701e2c
commit
798db8a716
@ -116,6 +116,6 @@ int main( void )
|
|||||||
v2 = read_tsc();
|
v2 = read_tsc();
|
||||||
t=GetTimer()-t;
|
t=GetTimer()-t;
|
||||||
// ARR_SIZE*100/(1024*1024)/(t/1000000) = ARR_SIZE*95.36743/t
|
// ARR_SIZE*100/(1024*1024)/(t/1000000) = ARR_SIZE*95.36743/t
|
||||||
printf(NAME": v2-v1=%llu = %dus (%5.3ffps) %5.1fMB/s\n",v2-v1,t,100000000.0f/(float)t,(float)ARR_SIZE*95.36743f/(float)t);
|
printf(NAME": cpu clocks=%llu = %dus (%5.3ffps) %5.1fMB/s\n",v2-v1,t,100000000.0f/(float)t,(float)ARR_SIZE*95.36743f/(float)t);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user