|
carl
25.04
Computer ARithmetic Library
|
Typedefs | |
| using | clock = std::chrono::high_resolution_clock |
| The clock type used here. More... | |
| using | duration = std::chrono::duration< std::size_t, std::micro > |
| The duration type used here. More... | |
| using | time_point = clock::time_point |
| The type of a time point. More... | |
Functions | |
| auto | now () |
| Return the current time point. More... | |
| auto | since (time_point start) |
| Return the duration since the given start time point. More... | |
| auto | zero () |
| Return a zero duration. More... | |
| using carl::statistics::timing::clock = typedef std::chrono::high_resolution_clock |
| using carl::statistics::timing::duration = typedef std::chrono::duration<std::size_t, std::micro> |
| using carl::statistics::timing::time_point = typedef clock::time_point |
|
inline |
|
inline |