OpenCMISS-Iron Internal API Documentation
TIMER::TimerType

Timer type parameter. More...

Variables

integer(intg), parameter, public timer::user_cpu =1
 User CPU time type. More...
 
integer(intg), parameter, public timer::system_cpu =2
 System CPU time type. More...
 
integer(intg), parameter, public timer::total_cpu =3
 Total CPU (i.e. User + System) time type. More...
 

Detailed Description

Timer type parameter.

See also
TIMER

Variable Documentation

integer(intg), parameter, public timer::total_cpu =3

Total CPU (i.e. User + System) time type.

See also
TIMER::TimerType,TIMER

Definition at line 70 of file timer_f.f90.

Referenced by timer::CPUTIMER::cputimer().