Go to the source code of this file.
Data Structures | |
| struct | profile_object |
Functions | |
| profile_object * | profiled_data_find_last_object () |
| profile_object * | profile_object_create (char *name) |
| profile_object * | profile_object_find_by_name (char *name) |
| double | safe_divide (double x, int y, int reverse) |
| void | profile_object_update_count (char *name, int val) |
| void | profile_object_update_elapsed (char *name, double val) |
| void | profile_data_print () |
| void | profile_data_output_mrtg (char *name, char *delim) |
| void profile_data_output_mrtg | ( | char * | name, | |
| char * | delim | |||
| ) |
| void profile_data_print | ( | ) |
| profile_object* profile_object_create | ( | char * | name | ) |
| profile_object* profile_object_find_by_name | ( | char * | name | ) |
| void profile_object_update_count | ( | char * | name, | |
| int | val | |||
| ) |
| void profile_object_update_elapsed | ( | char * | name, | |
| double | val | |||
| ) |
| profile_object* profiled_data_find_last_object | ( | ) |
| double safe_divide | ( | double | x, | |
| int | y, | |||
| int | reverse | |||
| ) |
1.4.7