Amount of extra printing that is done while in debug mode. More...
#include <vcs_internal.h>
Public Attributes | |
int | T_Its |
Total number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium. | |
int | Its |
Current number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium. | |
int | T_Basis_Opts |
Total number of optimizations of the components basis set done. | |
int | Basis_Opts |
number of optimizations of the components basis set done | |
int | T_Calls_Inest |
Current number of times the initial thermo equilibrium estimator has been called. | |
int | T_Calls_vcs_TP |
Current number of calls to vcs_TP. | |
double | T_Time_vcs_TP |
Current time spent in vcs_TP. | |
double | Time_vcs_TP |
Current time spent in vcs_TP. | |
double | T_Time_basopt |
Total Time spent in basopt. | |
double | Time_basopt |
Current Time spent in basopt. | |
double | T_Time_inest |
Time spent in initial estimator. | |
double | T_Time_vcs |
Time spent in the vcs suite of programs. |
Amount of extra printing that is done while in debug mode.
0 -> none 1 -> some 2 -> alot (default) 3 -> everything Class to keep track of time and iterations
class keeps all of the counters together.
Definition at line 68 of file vcs_internal.h.
int Basis_Opts |
number of optimizations of the components basis set done
Definition at line 83 of file vcs_internal.h.
int Its |
Current number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium.
Definition at line 76 of file vcs_internal.h.
int T_Basis_Opts |
Total number of optimizations of the components basis set done.
Definition at line 80 of file vcs_internal.h.
int T_Calls_Inest |
Current number of times the initial thermo equilibrium estimator has been called.
Definition at line 87 of file vcs_internal.h.
int T_Calls_vcs_TP |
Current number of calls to vcs_TP.
Definition at line 90 of file vcs_internal.h.
int T_Its |
Total number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium.
Definition at line 72 of file vcs_internal.h.
double T_Time_basopt |
Total Time spent in basopt.
Definition at line 99 of file vcs_internal.h.
double T_Time_inest |
Time spent in initial estimator.
Definition at line 105 of file vcs_internal.h.
double T_Time_vcs |
Time spent in the vcs suite of programs.
Definition at line 108 of file vcs_internal.h.
double T_Time_vcs_TP |
Current time spent in vcs_TP.
Definition at line 93 of file vcs_internal.h.
double Time_basopt |
Current Time spent in basopt.
Definition at line 102 of file vcs_internal.h.
double Time_vcs_TP |
Current time spent in vcs_TP.
Definition at line 96 of file vcs_internal.h.