class MonotonicTestClockBase

Defined at line 18 of file ../../src/lib/timekeeper/monotonic_test_clock_base.h

Abstract implementation of |Clock| that takes a time_t generator and ensure

that every clock is strictly increasing.

Public Methods

void MonotonicTestClockBase (fit::function<zx_time_t ()> clock)

Defined at line 16 of file ../../src/lib/timekeeper/monotonic_test_clock_base.cc

void ~MonotonicTestClockBase ()

Defined at line 19 of file ../../src/lib/timekeeper/monotonic_test_clock_base.cc