![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "vault/real-clock.hpp"
Convenience frontend to access the current raw system time.
Definition at line 45 of file real-clock.hpp.
Static Public Member Functions | |
| static Time | now () |
| static bool | wasRecently (Time event) |
Static Private Member Functions | |
| static TimeValue | _readSystemTime () |
Static Private Attributes | |
| static const Offset | CONSIDERED_RECENT {FSecs {1,1000}} |
| events during the last ms are considered "recent" for the purpose of testing | |
|
inlinestatic |
Definition at line 52 of file real-clock.hpp.
References RealClock::_readSystemTime().
Referenced by RealClock::_readSystemTime(), TestChainLoad< maxFan >::ScheduleCtx::anchorSchedule(), Looper::forceBuild(), Scheduler::getSchedTime(), Scheduler::ignite(), SchedulerService_test::invokeWorkFunction(), InteractionDirector::saveSnapshot(), SchedulerLoadControl_test::scatteredReCheck(), SchedulerService_test::scheduleRenderJob(), Scheduler::seedCalcStream(), SchedulerActivity_test::simpleUsage(), Looper::startBuilderTimeout(), ScheduleSpec::startOffset(), SchedulerService_test::verify_LoadFactor(), JobHash_test::verify_simple_job_properties(), SchedulerService_test::verify_StartStop(), SchedulerActivity_test::verifyActivity_Invoke(), RealClock::wasRecently(), and ActivityDetector_test::watch_ActivationProbe().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 58 of file real-clock.hpp.
References RealClock::CONSIDERED_RECENT, RealClock::now(), and Time::ZERO.
Referenced by JobPlanningPipeline_test::demonstrateScaffolding(), MockSupport_test::verify_MockJob(), and MockSupport_test::verify_MockSegmentation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 43 of file real-clock.cpp.
References TimeValue::buildRaw_(), and RealClock::now().
Referenced by RealClock::now().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
events during the last ms are considered "recent" for the purpose of testing
Definition at line 68 of file real-clock.hpp.
Referenced by RealClock::wasRecently().
Collaboration diagram for RealClock: