#include <rampmode.h>
Public Member Functions | |
virtual void | onScanComplete () |
Called when the scan is complete and there is the need for a new calculation. | |
virtual void | onScanInit () |
Called before starting a scan loop. | |
RampStrict () | |
virtual | ~RampStrict () |
The warning active level is set to the quantity of memory used after the last collection loop.
Falcon::RampStrict::RampStrict | ( | ) | [inline] |
virtual Falcon::RampStrict::~RampStrict | ( | ) | [virtual] |
virtual void Falcon::RampStrict::onScanComplete | ( | ) | [virtual] |
Called when the scan is complete and there is the need for a new calculation.
No need for parameters as mempool, memory sizes and statistics are globally available.
Implements Falcon::RampMode.
virtual void Falcon::RampStrict::onScanInit | ( | ) | [virtual] |
Called before starting a scan loop.
No need for parameters as mempool, memory sizes and statistics are globally available.
Implements Falcon::RampMode.