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}
 
std::size_t misses {0}
 
std::size_t flushes {0}
 
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.

Definition at line 500 of file lazy_dfa.hpp.

Member Data Documentation

◆ flushes

std::size_t real::detail::lazy_dfa::counters::flushes {0}

Definition at line 504 of file lazy_dfa.hpp.

◆ hits

std::size_t real::detail::lazy_dfa::counters::hits {0}

Definition at line 502 of file lazy_dfa.hpp.

◆ misses

std::size_t real::detail::lazy_dfa::counters::misses {0}

Definition at line 503 of file lazy_dfa.hpp.

◆ scan_flushes

std::size_t real::detail::lazy_dfa::counters::scan_flushes {0}

flushes in the current scan (reset by begin_scan).

Definition at line 505 of file lazy_dfa.hpp.


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