|
Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
Struct storing the number of operations. More...
#include <opcounter.hh>
Public Member Functions | |
| void | reset () |
| template<typename Stream > | |
| void | reportOperations (Stream &os, bool doReset=false) |
| Report operations to stream object. | |
| size_type | totalOperationCount (bool doReset=false) |
| Get total number of operations. | |
| Counters & | operator+= (const Counters &rhs) |
| Counters | operator- (const Counters &rhs) |
Struct storing the number of operations.