profiling class for AR integrator
More...
#include <profile.h>
|
typedef long long unsigned int | UInt64 |
|
profiling class for AR integrator
◆ UInt64
◆ Profile()
◆ clear()
void AR::Profile::clear |
( |
| ) |
|
|
inline |
◆ printColumn()
void AR::Profile::printColumn |
( |
std::ostream & |
_fout, |
|
|
const int |
_width = 20 |
|
) |
| |
|
inline |
print data of class members using column style
print data of class members in one line for column style. Notice no newline is printed at the end
- Parameters
-
[out] | _fout | std::ostream output object |
[in] | _width | print width (defaulted 20) |
◆ printColumnTitle()
void AR::Profile::printColumnTitle |
( |
std::ostream & |
_fout, |
|
|
const int |
_width = 20 |
|
) |
| |
|
inline |
print titles of class members using column style
print titles of class members in one line for column style
- Parameters
-
[out] | _fout | std::ostream output object |
[in] | _width | print width (defaulted 20) |
◆ readBinary()
void AR::Profile::readBinary |
( |
FILE * |
_fin | ) |
|
|
inline |
read class data with BINARY format and initial the array
- Parameters
-
◆ writeBinary()
void AR::Profile::writeBinary |
( |
FILE * |
_fout | ) |
|
|
inline |
write class data with BINARY format
- Parameters
-
[in] | _fout | file IO for write |
◆ step_count
UInt64 AR::Profile::step_count |
◆ step_count_sum
UInt64 AR::Profile::step_count_sum |
◆ step_count_tsyn
UInt64 AR::Profile::step_count_tsyn |
◆ step_count_tsyn_sum
UInt64 AR::Profile::step_count_tsyn_sum |
The documentation for this class was generated from the following file: