for analysis of the #iterations to solve CG
More...
#include <timers.h>
for analysis of the #iterations to solve CG
Definition at line 34 of file timers.h.
◆ ~generic_timing_stats()
opencarp::generic_timing_stats::~generic_timing_stats |
( |
| ) |
|
|
inline |
◆ init_logger()
void opencarp::generic_timing_stats::init_logger |
( |
const char * |
filename | ) |
|
◆ log_stats()
void opencarp::generic_timing_stats::log_stats |
( |
double |
tm, |
|
|
bool |
cflg |
|
) |
| |
◆ calls
int opencarp::generic_timing_stats::calls = 0 |
# calls for this interval, this is incremented externally
Definition at line 35 of file timers.h.
◆ last_tot_time
double opencarp::generic_timing_stats::last_tot_time = 0.0 |
last total time
Definition at line 38 of file timers.h.
◆ logger
FILE_SPEC opencarp::generic_timing_stats::logger = NULL |
file in which to write stats
Definition at line 40 of file timers.h.
◆ tot_calls
int opencarp::generic_timing_stats::tot_calls = 0 |
total # calls
Definition at line 36 of file timers.h.
◆ tot_time
double opencarp::generic_timing_stats::tot_time = 0.0 |
total time, this is incremented externally
Definition at line 37 of file timers.h.
The documentation for this struct was generated from the following files: