|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
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). | |
Cache-behaviour counters, for the policy tests and later tuning.
Definition at line 500 of file lazy_dfa.hpp.
| std::size_t real::detail::lazy_dfa::counters::flushes {0} |
Definition at line 504 of file lazy_dfa.hpp.
| std::size_t real::detail::lazy_dfa::counters::hits {0} |
Definition at line 502 of file lazy_dfa.hpp.
| std::size_t real::detail::lazy_dfa::counters::misses {0} |
Definition at line 503 of file lazy_dfa.hpp.
| 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.