Go to the source code of this file.
Functions | |
int | read_proc_file (char *buf, int buf_size, char *name, int pid) |
Reads an process dependent entry or the proc files system. | |
double | get_float_time (void) |
Get the actual time as a floating point number. | |
int | get_process_info (ProcInfo_T p) |
Get the proc infomation (CPU percentage, MEM in MByte and percent, status). |
Definition in file common.c.
|
Get the actual time as a floating point number.
Definition at line 114 of file common.c. Referenced by get_process_info(). |
|
Get the proc infomation (CPU percentage, MEM in MByte and percent, status).
Definition at line 129 of file common.c. References myprocinfo::cpu_percent, myprocinfo::cputime, myprocinfo::cputime_prev, get_float_time(), get_process_info_sysdep(), and myprocinfo::time_prev. Referenced by update_process_data(). |
|
Reads an process dependent entry or the proc files system.
Definition at line 76 of file common.c. References ASSERT. |