![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Go to the source code of this file.
#include "lib/test/run.hpp"#include "test-chain-load.hpp"#include "activity-detector.hpp"#include "vault/gear/scheduler.hpp"#include "lib/time/timevalue.hpp"#include "lib/format-cout.hpp"#include "lib/format-string.hpp"#include "lib/test/transiently.hpp"#include "lib/test/microbenchmark.hpp"#include "lib/util.hpp"#include <thread>Namespaces | |
| namespace | vault |
| Vault-Layer implementation namespace root. | |
| namespace | vault::gear |
| Active working gear and plumbing. | |
| namespace | vault::gear::test |
| namespace | vault::gear::test::anonymous_namespace{scheduler-service-test.cpp} |
Classes | |
| class | SchedulerService_test |
Functions | |
| LAUNCHER (SchedulerService_test, "unit engine") | |
| Register this test class... | |
Variables | |
| Time | t100us = Time{FSecs{1, 10'000}} |
| Time | t200us = t100us + t100us |
| Time | t500us = t200us + t200us + t100us |
| Time | t1ms = Time{1,0} |
| const uint | TYPICAL_TIME_FOR_ONE_SCHEDULE_us = 3 |