REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
real::detail::lazy_dfa::counters Struct Reference

Cache-behaviour counters, for the policy tests and later tuning. More...

#include <lazy_dfa.hpp>

Public Attributes

std::size_t hits {0}
 Transitions served from the cached row.
 
std::size_t misses {0}
 Transitions that had to run subset construction.
 
std::size_t flushes {0}
 Cache flushes over this object's lifetime.
 
std::size_t scan_flushes {0}
 flushes in the current scan (reset by begin_scan).
 

Detailed Description

Cache-behaviour counters, for the policy tests and later tuning.


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