OpenCMISS-Iron Internal API Documentation
timer Module Reference

This module contains routines for timing the program. More...

Data Types

interface  CPUTIMER
 

Functions/Subroutines

subroutine, public cpu_timer (TIME_TYPE, TIME, ERR, ERROR,)
 CPU_TIMER returns the CPU time in TIME(1). TIME_TYPE indicates the type of time required. More...
 

Variables

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

Detailed Description

This module contains routines for timing the program.

Function/Subroutine Documentation