log TOOLS/fastmemcpybench.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 19 Mar 2013 16:50:27 +0000 diego Move headers only required for the MGA code below MGA ifdef.
Sun, 17 Mar 2013 22:47:31 +0000 diego Avoid usage of obsolete and BSD-specific "struct timezone".
Sat, 30 Jan 2010 13:35:03 +0000 diego Add standard license header to C tools missing them.
Thu, 12 Mar 2009 11:55:26 +0000 diego Replace duplicated code by a macro.
Tue, 10 Mar 2009 10:05:09 +0000 diego Fix and restructure fastmemcpybench. It is now one binary that runs all
Mon, 09 Mar 2009 12:59:14 +0000 reimar Make fastmemcpybench almost working - only thing missing is a way to
Mon, 09 Mar 2009 11:32:43 +0000 diego comment/output cosmetics
Mon, 09 Mar 2009 11:28:31 +0000 diego whitespace cosmetics:
Sun, 08 Mar 2009 15:20:14 +0000 michael Revert
Mon, 05 Jan 2009 14:48:03 +0000 diego Add missing 'void' keyword to parameterless function declarations.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sat, 02 Aug 2008 17:38:11 +0000 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
Wed, 30 Apr 2008 13:53:40 +0000 diego Mark all functions that are only used within the file as static.
Mon, 27 Aug 2007 10:50:58 +0000 diego Remove unused #include.
Mon, 27 Aug 2007 09:59:23 +0000 diego warning fix:
Mon, 27 Aug 2007 09:58:35 +0000 diego warning fix:
Fri, 18 Nov 2005 16:16:33 +0000 diego Unify include path handling by using -I.
Mon, 01 Nov 2004 14:46:57 +0000 rathann small compilation fix
Fri, 23 Nov 2001 12:12:25 +0000 michael bugfix
Fri, 23 Nov 2001 12:00:40 +0000 michael missaligned arrays, as nick requested
Thu, 22 Nov 2001 19:22:49 +0000 michael newly allocated memory seems to point to only 1 zero filled 4k page or something so there is a near 100% cache hit rate ... not very realistic, writeing something in the source array fixes that so the benchmark scores are meaningfull now
Wed, 02 May 2001 14:48:35 +0000 nickols_k slight proofreading
Sun, 22 Apr 2001 03:40:45 +0000 arpi_esp added mga_vid support (systemram->videoram tests)
Sat, 21 Apr 2001 18:19:12 +0000 atmosfear Initial release, used to benchmark fastmemcpy.h code from libvo.