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

Public Member Functions

 bfs_profiler_bgl (std::string pcname, C *pc, int argc=0, char **argv=NULL)
 
void initialize_iteration ()
 
void run ()
 
void report (std::stringstream &ss)
 

Protected Attributes

C * m_c
 
size_t n_times
 

Detailed Description

template<class C, class Counter = counter<default_timer>>
class stapl::bfs_profiler_bgl< C, Counter >

Profiles the boost::breadth_first_visit method. Uses external storage for the color data.


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