|
ergo
|
#include <SCF_statistics.h>
Public Member Functions | |
| void | start_timer (std::string identifier) |
| void | stop_timer (std::string identifier) |
| void | add_value (std::string identifier, double value) |
| void | add_values (ValueMap &values_to_add) |
| void | output_mfile (std::string name) |
Protected Attributes | |
| TimerMap | timers |
| ValueMap | values |
Private Types | |
| typedef std::map< std::string, SCF_timer > | TimerMap |
| typedef std::map< std::string, double > | ValueMap |
Private Member Functions | |
| void | output_value (std::ofstream &os, std::string id, double value) |
|
private |
|
private |
| void SCF_statistics::add_value | ( | std::string | identifier, |
| double | value | ||
| ) |
| void SCF_statistics::add_values | ( | ValueMap & | values_to_add | ) |
Referenced by SCF_restricted::get_new_density_matrix().
| void SCF_statistics::output_mfile | ( | std::string | name | ) |
Referenced by SCF_general::do_SCF_iterations().
|
private |
| void SCF_statistics::start_timer | ( | std::string | identifier | ) |
References SCF_timer::SCF_timer().
Referenced by SCF_general::do_SCF_iterations(), and get_2e_matrix_and_energy_simple_sparse().
| void SCF_statistics::stop_timer | ( | std::string | identifier | ) |
Referenced by SCF_general::do_SCF_iterations(), and get_2e_matrix_and_energy_simple_sparse().
|
protected |
|
protected |