#include <qle/math/randomvariable.hpp>
Inheritance diagram for RandomVariableStats:
Collaboration diagram for RandomVariableStats:Public Member Functions | |
| RandomVariableStats () | |
| void | reset () |
Public Attributes | |
| bool | enabled = false |
| std::size_t | data_ops = 0 |
| std::size_t | calc_ops = 0 |
| boost::timer::cpu_timer | data_timer |
| boost::timer::cpu_timer | calc_timer |
Definition at line 41 of file randomvariable.hpp.
Definition at line 42 of file randomvariable.hpp.
| void reset | ( | ) |
Definition at line 49 of file randomvariable.hpp.
| bool enabled = false |
Definition at line 57 of file randomvariable.hpp.
| std::size_t data_ops = 0 |
Definition at line 58 of file randomvariable.hpp.
| std::size_t calc_ops = 0 |
Definition at line 59 of file randomvariable.hpp.
| boost::timer::cpu_timer data_timer |
Definition at line 60 of file randomvariable.hpp.
| boost::timer::cpu_timer calc_timer |
Definition at line 61 of file randomvariable.hpp.