stapl::dsssp_in_profiler< C, Counter > Class Template Reference
Public Member Functions
dsssp_in_profiler (std::string pcname, C *pc, int argc=0, char **argv=NULL)
void
initialize_iteration ()
void
run ()
void
finalize_iteration ()
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::dsssp_in_profiler< C, Counter >
Profiles Dijkstra's Algorithm, storing the Dijkstra data on the graph's vertices. This expects the graph's vertex property to be dijkstra_property objects.
The documentation for this class was generated from the following file: