|
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} |
| 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). | |
Cache-behaviour counters, for the policy tests and later tuning.