Public Member Functions | |
bfs_internal_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 |
Profiles the boost::breadth_first_visit method. Expects the color data to be stored on the graph's vertices under the vertex_color_t tag.