![]() |
The Gaudi Framework
v33r0 (d5ea422b)
|
Functions | |
| template<class Rep , class Period > | |
| auto | sqrt (std::chrono::duration< Rep, Period > d) |
| sqrt for std::chrono::duration More... | |
| template<class Rep1 , class Rep2 , class Period > | |
| auto | 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... | |
| auto std::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.
Definition at line 40 of file Counters.h.
| auto std::Gaudi::Accumulators::sqrt | ( | std::chrono::duration< Rep, Period > | d | ) |
sqrt for std::chrono::duration
Definition at line 34 of file Counters.h.