| .. |
|
01_read_file
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
02_malloc_read
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
03_write_all_bytes
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
04_write_backward
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
05_write_loop
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
06_write_bytes_asm
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
07_load_uop
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
08_store_uop
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
09_short_load_uop
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
10_read_widths
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
11_cache_size
|
restructure project layout
|
2024-04-07 12:50:27 +03:00 |
|
12_unaligned_load_penalties
|
add unaligned load penalty tests
|
2024-04-08 19:40:54 +03:00 |
|
13_cache_sets
|
add cache set tests
|
2024-05-17 00:08:46 +03:00 |
|
14_non_temporal_store
|
add non-temporal store tests
|
2024-05-19 13:10:11 +03:00 |
|
15_manual_prefetch
|
add manual prefetching test
|
2024-06-23 17:42:53 +03:00 |
|
16_memory_mapped_file_read
|
add test for buffered file read
|
2024-07-04 22:54:33 +03:00 |
|
17_buffered_file_read
|
add test for buffered file read
|
2024-07-04 22:54:33 +03:00 |
|
repetition_tester.c
|
add manual prefetching test
|
2024-06-23 17:42:53 +03:00 |
|
rprof.h
|
initial commit
|
2024-02-15 18:23:30 +02:00 |
|
utils.c
|
add malloc_read and write_all_bytes tests
|
2024-02-15 19:47:10 +02:00 |