10#ifndef MCRL2_UTILITIES_CACHE_METRIC_H
11#define MCRL2_UTILITIES_CACHE_METRIC_H
A helper class to keep track of the number of hits and misses for cache-like data structures.
void reset()
Resets the cache counters.
void miss()
Should be called when searching the cache was a miss.
void hit()
Should be called when searching the cache was a hit.
std::string message() const
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...