![]() |
Reference documentation for deal.II version 9.5.0
|
#include <deal.II/base/timer.h>
Public Types | |
| using | duration = std::chrono::microseconds |
| using | rep = duration::rep |
| using | period = duration::period |
| using | time_point = std::chrono::time_point< CPUClock, duration > |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static const bool | is_steady = true |
A clock, compatible with the std::chrono notion of a clock, whose now() method returns a time point indicating the amount of CPU time that the current process has used.
| using CPUClock::duration = std::chrono::microseconds |
| using CPUClock::rep = duration::rep |
| using CPUClock::period = duration::period |
| using CPUClock::time_point = std::chrono::time_point<CPUClock, duration> |
|
staticnoexcept |
|
static |