Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/timer.h>
Public Types | |
typedef std::chrono::microseconds | duration |
typedef duration::rep | rep |
typedef duration::period | period |
typedef std::chrono::time_point< CPUClock, duration > | time_point |
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.
typedef std::chrono::microseconds CPUClock::duration |
typedef duration::rep CPUClock::rep |
typedef duration::period CPUClock::period |
typedef std::chrono::time_point<CPUClock, duration> CPUClock::time_point |
|
staticnoexcept |
|
static |