|
ACTS
Experiment-independent tracking
|
Timing information for GNN pipeline execution. More...
#include <ActsPlugins/Gnn/GnnPipeline.hpp>
Public Types | |
| using | Duration = std::chrono::duration<float, std::milli> |
| Duration type in milliseconds. | |
Public Attributes | |
| boost::container::small_vector< Duration, 3 > | classifierTimes |
| Time spent in each classifier stage. | |
| Duration | graphBuildingTime = Duration{0.f} |
| Time spent building the graph. | |
| Duration | trackBuildingTime = Duration{0.f} |
| Time spent building tracks. | |
Timing information for GNN pipeline execution.