OpenCMISS-Iron Internal API Documentation
BASE_ROUTINES::TimingTypes

Timing type parameters. More...

Variables

integer(intg), parameter, public base_routines::all_timing_type =1
 Type for setting timing output in all routines. More...
 
integer(intg), parameter, public base_routines::in_timing_type =2
 Type for setting timing output in one routine. More...
 
integer(intg), parameter, public base_routines::from_timing_type =3
 Type for setting timing output from one routine downwards. More...
 

Detailed Description

Timing type parameters.

See also
BASE_ROUTINES,OPENCMISS::DiagnosticAndTiming::TimingTypes

Variable Documentation

integer(intg), parameter, public base_routines::all_timing_type =1

Type for setting timing output in all routines.

See also
BASE_ROUTINES::TimingTypes,BASE_ROUTINES

Definition at line 106 of file base_routines.f90.

Referenced by base_routines::timing_set_on().

integer(intg), parameter, public base_routines::from_timing_type =3

Type for setting timing output from one routine downwards.

See also
BASE_ROUTINES::TimingTypes,BASE_ROUTINES

Definition at line 108 of file base_routines.f90.

Referenced by base_routines::timing_set_on().

integer(intg), parameter, public base_routines::in_timing_type =2

Type for setting timing output in one routine.

See also
BASE_ROUTINES::TimingTypes,BASE_ROUTINES

Definition at line 107 of file base_routines.f90.

Referenced by base_routines::timing_set_on().