| 
    OpenCMISS-Iron Internal API Documentation
    
   | 
 

Go to the source code of this file.
Macros | |
| #define | USER_CPU 1 | 
| #define | SYSTEM_CPU 2 | 
| #define | TOTAL_CPU 3 | 
Functions | |
| void | CPUTimer (double *return_time, int *flag, int *err, char error_string[]) | 
| #define SYSTEM_CPU 2 | 
Referenced by CPUTimer().
| #define TOTAL_CPU 3 | 
Referenced by CPUTimer().
| #define USER_CPU 1 | 
Referenced by CPUTimer().
| void CPUTimer | ( | double * | return_time, | 
| int * | flag, | ||
| int * | err, | ||
| char | error_string[] | ||
| ) | 
Definition at line 90 of file timer_c.c.
References SYSTEM_CPU, TOTAL_CPU, and USER_CPU.