![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
#include <chrono>#include <cmath>#include "Gaudi/Chrono/ChronoIO.h"#include "GaudiKernel/Counters.h"

Go to the source code of this file.
Namespaces | |
| Gaudi | |
| Header file for std:chrono::duration-based Counters. | |
| Gaudi::Accumulators | |
| Efficient counter implementations for Gaudi. | |
Functions | |
| template<class Rep , class Period > | |
| auto | Gaudi::Accumulators::sqrt (std::chrono::duration< Rep, Period > d) |
| sqrt for std::chrono::duration More... | |
| template<class Rep1 , class Rep2 , class Period > | |
| auto | Gaudi::Accumulators::operator * (const std::chrono::duration< Rep1, Period > &lhs, const std::chrono::duration< Rep2, Period > &rhs) |
| Multiplication of two std::chrono::duration objects with same Period. More... | |