STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Protected Attributes
stapl::container_profiler< C, Counter > Class Template Reference

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
 

Detailed Description

template<class C, class Counter>
class stapl::container_profiler< C, Counter >

Container profiler class; It can be customized with the Counter and predicate to extract a metric from the value type of the counter;


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