|
subroutine | timing_set_on (TIMING_TYPE, TIMING_SUMMARY_FLAG, TIMING_FILENAME, ROUTINE_LIST, ERR, ERROR,) |
| Sets timing on. More...
|
|
Definition at line 271 of file base_routines.f90.
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_type | The 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_filename | If present the name of the file to output timing information to. If omitted the timing output is sent to the screen |
[in] | routine_list | The list of routines to set timing on in. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1241 of file base_routines.f90.