Module traitgraph_algo::dijkstra::performance_counters
source · [−]Expand description
Performance counters for Dijkstra’s algorithm.
Structs
A simple performance counter for Dijkstra’s algorithm, keeping all supported counts.
A performance counter for Dijkstra’s algorithm that ignores all counts.
Traits
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.