sort by:
Revision Author Date Message Commit Date
42afc20 Rename to 'tinymembench' and v0.2 release 26 December 2012, 19:29:18 UTC
72a70ed More explanations for the latency test and improved accuracy 26 December 2012, 19:20:40 UTC
fa40234 NEON fill backwards 26 December 2012, 18:51:24 UTC
38c479a SSE2 2-pass nontemporal copy 26 December 2012, 18:08:55 UTC
65b4098 Unrolled NEON copy 23 December 2012, 03:14:38 UTC
6a91040 Stddev calculation for memory bandwidth tests 23 December 2012, 02:46:52 UTC
694917b NEON read benchmarks 23 December 2012, 00:15:17 UTC
b63491d Two variants of ARM memory copy (incr and wrap) incr - PLD prefetch hits the first bytes of cache lines wrap - PLD prefetch hist the last bytes of cache lines This can expose Raspberry Pi performance issues related to wrap cache linefills. 14 November 2012, 05:06:29 UTC
4adbb35 Added memory copy benchmark for older ARM processors 24 April 2012, 23:04:59 UTC
b406c76 Added a few variants of memory fill for older ARM processors 24 April 2012, 22:42:11 UTC
a669340 ARM inline assembly for the latency measurement code Now the compilers should have no chance to mess up latency measurement loops by adding unwanted memory accesses. 24 April 2012, 21:56:24 UTC
06d2bda Some tweaks for the latency measurement code The compilers should be a bit less likely to spill variables to stack. 24 April 2012, 21:54:11 UTC
b7e356e Only run the bandwidth benchmarks for non-aliased buffers 09 October 2011, 22:42:32 UTC
a0ef5ce Added benchmark for simultaneous random reads Checks how the processor can handle outstanding cache misses. 09 October 2011, 22:32:40 UTC
54c210a Version bump 12 September 2011, 13:23:10 UTC
37ef25c The first v0.1 release 12 September 2011, 13:22:01 UTC
0de22a8 Extend the list of MIPS32 processors 12 September 2011, 00:33:50 UTC
0534cea Support for compilation with mingw32 12 September 2011, 00:16:58 UTC
cae360d Added MIPS32 assembly 10 September 2011, 21:56:26 UTC
25a2e19 Fixes for correct build with C++ 10 September 2011, 15:14:51 UTC
36898a7 Fix for a nasty typo bug (found by clang static analyzer) 10 September 2011, 15:13:51 UTC
2a0e894 Text messages updated 10 September 2011, 15:01:30 UTC
8601992 Added NEON assembly 09 September 2011, 21:34:01 UTC
01357ae Added SSE2 assembly 09 September 2011, 14:44:16 UTC
95b9f92 Added empty stub for cpu specific assembly optimizations 09 September 2011, 14:26:38 UTC
22152e7 Use at least 1 second for each individual benchmark 09 September 2011, 14:06:12 UTC
0a5a995 Makefile update, fix 'clean' target 09 September 2011, 10:28:41 UTC
b91d4f7 Typo fix (don't fill via temp buffer) 09 September 2011, 10:28:07 UTC
aa7fa0c More unrolling, code is compilable with C++, two types of prefetch 09 September 2011, 10:17:41 UTC
2363634 Makefile tweaks 09 September 2011, 10:00:41 UTC
fa38a41 Memory latency benchmark 08 September 2011, 23:18:31 UTC
b92d370 Added benchmarks for fill operation and standard memcpy/memset 08 September 2011, 22:34:38 UTC
dca55e4 More descriptive messages 08 September 2011, 22:16:40 UTC
1fb8276 Some initial memory bandwidth benchmark code 08 September 2011, 22:00:00 UTC
back to top