Contents

ContinuousClock

A clock that measures time that always increments and does not stop incrementing while the system is asleep.

Declaration

struct ContinuousClock

Overview

ContinuousClock can be considered as a stopwatch style time. The frame of reference of the Instant may be bound to process launch, machine boot or some other locally defined reference point. This means that the instants are only comparable locally during the execution of a program.

This clock is suitable for high resolution measurements of execution.

Topics

Structures

Initializers

Instance Properties

Type Properties

Default Implementations

See Also

Clocks