Public Member Functions | |
container_profiler (C *c, std::string inname, int argc=0, char **argv=0) | |
void | report (std::stringstream &ss) |
Protected Attributes | |
C * | m_c |
size_t | n_times |
Container profiler class; It can be customized with the Counter and predicate to extract a metric from the value type of the counter;