Public Member Functions | |
| subroutine | dcclockstart0 (clk, err) |
Definition at line 176 of file dc_clock.f90.
| subroutine dc_clock::start::dcclockstart0 | ( | type(clock), intent(inout) | clk, |
| logical, intent(out), optional | err ) |
Start measurement
Starts measurement at the point this subroutine is called.
If clk has not been initialized by DCClockCreate, an error is raised. If err is provided, .true. is returned in err and the program continues.
| [in,out] | clk | CLOCK type variable |
| [out] | err | Error flag (optional). .true. if error occurred. |
Definition at line 301 of file dc_clock.f90.