![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "vault/gear/block-flow.hpp"
Definition at line 724 of file block-flow.hpp.
Public Member Functions | |
| FlowDiagnostic (BlockFlow< CONF > &theFlow) | |
| Time | first () |
| Time | last () |
| size_t | cntEpochs () |
| size_t | poolSize () |
| TimeValue | find (Activity &someActivity) |
| find out in which Epoch the given Activity was placed | |
| std::string | allEpochs () |
| render deadlines of all currently active Epochs | |
| size_t | cntElm () |
| count all currently active allocated elements | |
Private Types | |
| using | Epoch = BlockFlow< CONF >::Epoch |
Private Attributes | |
| BlockFlow< CONF > & | flow_ |
|
inline |
Definition at line 731 of file block-flow.hpp.
Definition at line 726 of file block-flow.hpp.
|
inline |
Definition at line 735 of file block-flow.hpp.
References Epoch< ALO >::deadline(), BlockFlow< CONF >::firstEpoch(), and FlowDiagnostic< CONF >::flow_.
Here is the call graph for this function:
|
inline |
Definition at line 736 of file block-flow.hpp.
References Epoch< ALO >::deadline(), FlowDiagnostic< CONF >::flow_, and BlockFlow< CONF >::lastEpoch().
Here is the call graph for this function:
|
inline |
Definition at line 737 of file block-flow.hpp.
References BlockFlow< CONF >::alloc_, FlowDiagnostic< CONF >::flow_, and vault::gear::watch().
Here is the call graph for this function:
|
inline |
Definition at line 738 of file block-flow.hpp.
References BlockFlow< CONF >::alloc_, FlowDiagnostic< CONF >::flow_, and vault::gear::watch().
Here is the call graph for this function:find out in which Epoch the given Activity was placed
Definition at line 742 of file block-flow.hpp.
References BlockFlow< CONF >::allEpochs(), FlowDiagnostic< CONF >::flow_, util::isSameObject(), and Time::NEVER.
Here is the call graph for this function:
|
inline |
render deadlines of all currently active Epochs
Definition at line 753 of file block-flow.hpp.
References BlockFlow< CONF >::allEpochs(), BlockFlow< CONF >::alloc_, lib::explore(), FlowDiagnostic< CONF >::flow_, and util::join().
Here is the call graph for this function:
|
inline |
count all currently active allocated elements
Definition at line 763 of file block-flow.hpp.
References BlockFlow< CONF >::allEpochs(), and FlowDiagnostic< CONF >::flow_.
Here is the call graph for this function:
|
private |
Definition at line 728 of file block-flow.hpp.
Referenced by FlowDiagnostic< CONF >::allEpochs(), FlowDiagnostic< CONF >::cntElm(), FlowDiagnostic< CONF >::cntEpochs(), FlowDiagnostic< CONF >::find(), FlowDiagnostic< CONF >::first(), FlowDiagnostic< CONF >::last(), and FlowDiagnostic< CONF >::poolSize().
Collaboration diagram for FlowDiagnostic< CONF >: