[Mplayer-cvslog] CVS: main/TOOLS fastmemcpybench.c,1.2,1.3
Nick Kurshev
nickols_k at users.sourceforge.net
Wed May 2 16:48:37 CEST 2001
Update of /cvsroot/mplayer/main/TOOLS
In directory usw-pr-cvs1:/tmp/cvs-serv26563/main/TOOLS
Modified Files:
fastmemcpybench.c
Log Message:
slight proofreading
Index: fastmemcpybench.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/fastmemcpybench.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** fastmemcpybench.c 2001/04/22 03:40:45 1.2
--- fastmemcpybench.c 2001/05/02 14:48:35 1.3
***************
*** 117,121 ****
t=GetTimer()-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);
return 0;
}
--- 117,121 ----
t=GetTimer()-t;
// ARR_SIZE*100/(1024*1024)/(t/1000000) = ARR_SIZE*95.36743/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;
}
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list