Public Member Functions | |
| subroutine | dcclockstart0 (clk, err) |
Definition at line 133 of file dc_clock.f90.
| subroutine dc_clock::dcclockstart::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.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), and dc_error::storeerror().