Public Member Functions | |
| bounds_opt_rlt_values (const char *filename) | |
| ~bounds_opt_rlt_values () | |
| int | getNumInstances () |
| double | getDoubleField (int inst, int field) |
| int | findInstanceIdx (const char *name) |
| char * | getInstanceName (int inst) |
| void | fprint (FILE *out) |
Private Member Functions | |
| int | readBoundsOptValuesFile (const char *filename) |
Private Attributes | |
| int | _bound_opt_rlt_values_num_instances |
| char ** | _instance_name_lookup |
| double ** | _instance_data |
Definition at line 35 of file tracerreport.cpp.
| bounds_opt_rlt_values::bounds_opt_rlt_values | ( | const char * | filename | ) | [inline] |
Definition at line 42 of file tracerreport.cpp.
| bounds_opt_rlt_values::~bounds_opt_rlt_values | ( | ) | [inline] |
Definition at line 56 of file tracerreport.cpp.
| int bounds_opt_rlt_values::getNumInstances | ( | ) | [inline] |
Definition at line 65 of file tracerreport.cpp.
| double bounds_opt_rlt_values::getDoubleField | ( | int | inst, | |
| int | field | |||
| ) | [inline] |
Definition at line 67 of file tracerreport.cpp.
| int bounds_opt_rlt_values::findInstanceIdx | ( | const char * | name | ) | [inline] |
Definition at line 71 of file tracerreport.cpp.
| char* bounds_opt_rlt_values::getInstanceName | ( | int | inst | ) | [inline] |
Definition at line 79 of file tracerreport.cpp.
| void bounds_opt_rlt_values::fprint | ( | FILE * | out | ) | [inline] |
Definition at line 86 of file tracerreport.cpp.
| int bounds_opt_rlt_values::readBoundsOptValuesFile | ( | const char * | filename | ) | [inline, private] |
Definition at line 97 of file tracerreport.cpp.
Definition at line 37 of file tracerreport.cpp.
char** bounds_opt_rlt_values::_instance_name_lookup [private] |
Definition at line 38 of file tracerreport.cpp.
double** bounds_opt_rlt_values::_instance_data [private] |
Definition at line 39 of file tracerreport.cpp.
1.6.1