Tools for gathering statistics about a forest to aid tuning parallel traversal. More...


Go to the source code of this file.
Classes | |
| struct | gtsam::treeTraversal::ForestStatistics |
| Struct to store gathered statistics about a forest. More... | |
Namespaces | |
| gtsam | |
| traits | |
| gtsam::treeTraversal | |
| gtsam::treeTraversal::internal | |
Functions | |
| template<class FOREST > | |
| ForestStatistics | gtsam::treeTraversal::GatherStatistics (const FOREST &forest) |
| template<class NODE > | |
| ForestStatistics * | gtsam::treeTraversal::internal::statisticsVisitor (const std::shared_ptr< NODE > &node, ForestStatistics *stats) |
Tools for gathering statistics about a forest to aid tuning parallel traversal.
Definition in file statistics.h.