tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::RouteCacheStats Struct Reference

Snapshot of unit-route cache occupancy, hits, misses, and invalidations. More...

#include <tess/path/route_cache.h>

Public Attributes

std::size_t entries = 0
std::size_t hits = 0
std::size_t suffix_hits = 0
std::size_t misses = 0
std::size_t path_nodes = 0
std::size_t cap_invalidations = 0
std::size_t oversized_skips = 0
std::size_t class_rebinds = 0

Detailed Description

Snapshot of unit-route cache occupancy, hits, misses, and invalidations.


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