traitgraph_algo::dijkstra

Module performance_counters

Source
Expand description

Performance counters for Dijkstra’s algorithm.

Structs§

DijkstraPerformanceCounter
A simple performance counter for Dijkstra’s algorithm, keeping all supported counts.
NoopDijkstraPerformanceCounter
A performance counter for Dijkstra’s algorithm that ignores all counts.

Traits§

DijkstraPerformanceData
Performance data collected by Dijkstra’s algorithm. This trait allows to collect the performance data optionally, by providing a type that either collects it, or ignores it.