OpenCMISS-Iron Internal API Documentation
base_routines::timingseton Interface Reference

Private Member Functions

subroutine timing_set_on (TIMING_TYPE, TIMING_SUMMARY_FLAG, TIMING_FILENAME, ROUTINE_LIST, ERR, ERROR,)
 Sets timing on. More...
 

Detailed Description

Definition at line 271 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::timingseton::timing_set_on ( integer(intg), intent(in)  TIMING_TYPE,
logical, intent(in)  TIMING_SUMMARY_FLAG,
character(len=*), intent(in)  TIMING_FILENAME,
character(len=*), dimension(:), intent(in)  ROUTINE_LIST,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets timing on.

See also
BASE_ROUTINES:TIMING_SET_OFF,OPENCMISS::CMISSTimingSetOn
Parameters
[in]timing_typeThe type of timing to set on
See also
BASE_ROUTINES::TimingTypes
Parameters
[in]timing_summary_flag.TRUE. if the timing information will be output with subsequent TIMING_SUMMARY_OUTPUT calls, .FALSE. if the timing information will be output every time the routine exits
[in]timing_filenameIf present the name of the file to output timing information to. If omitted the timing output is sent to the screen
[in]routine_listThe list of routines to set timing on in.
[out]errThe error code
[out]errorThe error string

Definition at line 1241 of file base_routines.f90.