![]() |
Lumiera 0.pre.04
»edit your freedom«
|
unit test BlockFlow_test More...
Go to the source code of this file.
unit test BlockFlow_test
Definition in file block-flow-test.cpp.
#include "lib/test/run.hpp"#include "lib/test/test-helper.hpp"#include "vault/gear/block-flow.hpp"#include "lib/test/microbenchmark.hpp"#include "lib/time/timevalue.hpp"#include "lib/meta/function.hpp"#include "lib/format-cout.hpp"#include "lib/util.hpp"#include <chrono>#include <vector>#include <tuple>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{block-flow-test.cpp} |
Typedefs | |
| using | BlockFlow = gear::BlockFlow<> |
| using | Allocator = BlockFlow::Allocator |
| using | Strategy = BlockFlow::Strategy |
| using | Extent = BlockFlow::Extent |
| using | Epoch = BlockFlow::Epoch |
Classes | |
| class | BlockFlow_test |
Functions | |
| LAUNCHER (BlockFlow_test, "unit engine") | |
| Register this test class... | |
Variables | |
| const size_t | EXTENT_SIZ = Extent::SIZ() |
| Duration | INITIAL_EPOCH_STEP = Strategy{}.initialEpochStep() |
| const size_t | AVERAGE_EPOCHS = Strategy{}.averageEpochs() |
| const double | BOOST_OVERFLOW = Strategy{}.boostFactorOverflow() |
| const double | TARGET_FILL = Strategy{}.config().TARGET_FILL |
| const double | ACTIVITIES_P_FR = Strategy{}.config().ACTIVITIES_PER_FRAME |