Lumiera  0.pre.03
»edit your freedom«
block-flow-test.cpp File Reference

Go to the source code of this file.

Description

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>

Classes

class  BlockFlow_test
 

Typedefs

using Allocator = BlockFlow::Allocator
 
using BlockFlow = gear::BlockFlow<>
 
using Epoch = BlockFlow::Epoch
 
using Extent = BlockFlow::Extent
 
using Strategy = BlockFlow::Strategy
 

Functions

 LAUNCHER (BlockFlow_test, "unit engine")
 Register this test class... More...
 

Variables

const double ACTIVITIES_P_FR = Strategy{}.config().ACTIVITIES_PER_FRAME
 
const size_t AVERAGE_EPOCHS = Strategy{}.averageEpochs()
 
const double BOOST_OVERFLOW = Strategy{}.boostFactorOverflow()
 
const size_t EXTENT_SIZ = Extent::SIZ()
 
Duration INITIAL_EPOCH_STEP = Strategy{}.initialEpochStep()
 
const double TARGET_FILL = Strategy{}.config().TARGET_FILL
 

Namespaces

 vault
 Vault-Layer implementation namespace root.
 
 vault::gear
 Active working gear and plumbing.
 

Function Documentation

◆ LAUNCHER()

vault::gear::test::LAUNCHER ( BlockFlow_test  ,
"unit engine"   
)

Register this test class...