forked from Imagelibrary/rtems
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
*** TEST SPCACHE 1 ***
|
|
data cache flush and invalidate test
|
|
data cache operations by line passed the test
|
|
data cache operations by line passed the test (copy-back cache detected)
|
|
data cache line size 32 bytes
|
|
data cache size 262144 bytes
|
|
data cache level 1 size 32768 bytes
|
|
data cache level 2 size 262144 bytes
|
|
load 4096 bytes with flush entire data
|
|
duration with normal cache 12660 ns
|
|
duration with warm cache 2580 ns
|
|
duration with flushed cache 2580 ns
|
|
load 4096 bytes with flush multiple data
|
|
duration with normal cache 2600 ns
|
|
duration with warm cache 2580 ns
|
|
duration with flushed cache 11400 ns
|
|
load 4096 bytes with invalidate multiple data
|
|
duration with normal cache 2580 ns
|
|
duration with warm cache 2580 ns
|
|
duration with invalidated cache 11620 ns
|
|
store 4096 bytes with flush entire data
|
|
duration with normal cache 2600 ns
|
|
duration with warm cache 2580 ns
|
|
duration with flushed cache 2580 ns
|
|
store 4096 bytes with flush multiple data
|
|
duration with normal cache 2580 ns
|
|
duration with warm cache 2580 ns
|
|
duration with flushed cache 3000 ns
|
|
store 4096 bytes with invalidate multiple data
|
|
duration with normal cache 2580 ns
|
|
duration with warm cache 2580 ns
|
|
duration with invalidated cache 2640 ns
|
|
instruction cache line size 32 bytes
|
|
instruction cache size 262144 bytes
|
|
instruction cache level 1 size 32768 bytes
|
|
instruction cache level 2 size 262144 bytes
|
|
invalidate entire instruction
|
|
duration with normal cache 5780 ns
|
|
duration with warm cache 640 ns
|
|
duration with invalidated cache 640 ns
|
|
invalidate multiple instruction
|
|
duration with normal cache 680 ns
|
|
duration with warm cache 640 ns
|
|
duration with invalidated cache 2600 ns
|
|
test rtems_cache_aligned_malloc()
|
|
test cache coherent allocation
|
|
*** END OF TEST SPCACHE 1 ***
|