hpx::chrono::high_resolution_clock
hpx::chrono::high_resolution_clock#
Defined in header hpx/chrono.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
-
namespace hpx
-
namespace chrono#
-
struct high_resolution_clock#
- #include <high_resolution_clock.hpp>
Class
hpx::chrono::high_resolution_clock
represents the clock with the smallest tick period provided by the implementation. It may be an alias ofstd::chrono::system_clock
orstd::chrono::steady_clock
, or a third, independent clock.hpx::chrono::high_resolution_clock
meets the requirements of TrivialClock.
-
struct high_resolution_clock#
-
namespace chrono#