Skip to contents

Compute the time difference between two high speed time stamps.

Usage

get_seconds_time_delta(before, after)

get_nano_time_delta(before, after)

get_micro_time_delta(before, after)

get_milli_time_delta(before, after)

Arguments

before, after

HighResTimeStamp defined in OmniDriver API and retrieved or constructed with other OmniDriver API methods. Not vectorized!

Value

a numeric vector of length one giving the time difference in seconds, milliseconds, microseconds or nanoseconds.

Note

Nanosecond timing and normal timing are not coincident, but as both are stored in parallel, the differences should differ only in their resolution.