ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
cb_result_t Struct Reference

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).

Detailed Description

Per-(policy, trace, size) result row.

Definition at line 97 of file cache_bench.h.

Field Documentation

◆ accesses

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().

◆ evictions

uint64_t cb_result_t::evictions

pick_victim calls.

Definition at line 100 of file cache_bench.h.

Referenced by internal_replay_take_frame().

◆ hits

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().

◆ total_scan

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().

◆ worst_scan

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().


The documentation for this struct was generated from the following file: