![]() |
fpmas 1.6
|
Classes | |
class | Monitor |
class | Probe |
Typedefs | |
typedef std::chrono::steady_clock | Clock |
typedef std::chrono::steady_clock::duration | Duration |
typedef std::chrono::steady_clock::time_point | ClockTime |
Utility classes for performance analysis
typedef std::chrono::steady_clock fpmas::api::utils::perf::Clock |
Standard clock used to perform durations measurements.
typedef std::chrono::steady_clock::duration fpmas::api::utils::perf::Duration |
The duration
type used by Clock.
typedef std::chrono::steady_clock::time_point fpmas::api::utils::perf::ClockTime |
The time_point
type used by Clock.