Public Member Functions | |
| subroutine | dcclockstart0 (clk, err) |
Definition at line 172 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 297 of file dc_clock.f90.