Expand description
Performance counters for Dijkstra’s algorithm.
Structs§
- Dijkstra
Performance Counter - A simple performance counter for Dijkstra’s algorithm, keeping all supported counts.
- Noop
Dijkstra Performance Counter - A performance counter for Dijkstra’s algorithm that ignores all counts.
Traits§
- Dijkstra
Performance Data - 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.