|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-(policy, trace, size) result row. More...
#include <cache_bench.h>
Data Fields | |
| uint64_t | accesses |
| Total accesses replayed. | |
| uint64_t | hits |
| Resident-set hits. | |
| uint64_t | evictions |
| pick_victim calls. | |
| uint32_t | worst_scan |
| Max frames scanned in any eviction. | |
| uint64_t | total_scan |
| Sum of frames scanned (avg proxy). | |
Per-(policy, trace, size) result row.
Definition at line 97 of file cache_bench.h.
| uint64_t cb_result_t::accesses |
Total accesses replayed.
Definition at line 98 of file cache_bench.h.
Referenced by internal_replay_stream(), internal_report_summary(), and internal_report_trace_row().
| uint64_t cb_result_t::evictions |
pick_victim calls.
Definition at line 100 of file cache_bench.h.
Referenced by internal_replay_take_frame().
| uint64_t cb_result_t::hits |
Resident-set hits.
Definition at line 99 of file cache_bench.h.
Referenced by internal_replay_stream(), internal_report_summary(), and internal_report_trace_row().
| uint64_t cb_result_t::total_scan |
Sum of frames scanned (avg proxy).
Definition at line 102 of file cache_bench.h.
Referenced by internal_replay_take_frame().
| uint32_t cb_result_t::worst_scan |
Max frames scanned in any eviction.
Definition at line 101 of file cache_bench.h.
Referenced by internal_replay_take_frame(), and internal_report_summary().