AnyCollect
1.1.2
|
Public Member Functions | |
void | contollerCollectedMetrics (const AnyCollect::Controller &, const std::vector< const AnyCollect::Metric *> &) override |
Function called every time the Controller has collected metrics. More... | |
bool | contollerShouldStopCollectingMetrics (const AnyCollect::Controller &) override |
Function called after each iteration to ask the delegate whether the controller should stop collecting metrics. More... | |
Public Attributes | |
size_t | iterationCount |
Definition at line 53 of file AnyCollectValues.cc.
|
inlineoverridevirtual |
Function called every time the Controller has collected metrics.
controller | the calling Controller |
metrics | latest collected metrics |
Implements AnyCollect::ControllerDelegate.
Definition at line 62 of file AnyCollectValues.cc.
|
inlineoverridevirtual |
Function called after each iteration to ask the delegate whether the controller should stop collecting metrics.
controller | the calling Controller |
Implements AnyCollect::ControllerDelegate.
Definition at line 66 of file AnyCollectValues.cc.
size_t AnyCollectValues::iterationCount |
Definition at line 54 of file AnyCollectValues.cc.