Public Member Functions | |
| subroutine | dcclockstart0 (clk, err) |
Definition at line 129 of file dc_clock.f90.
| subroutine dc_clock::dcclockstart::dcclockstart0 | ( | type(clock), intent(inout) | clk, |
| logical, intent(out), optional | err | ||
| ) |
計測の開始
このサブルーチンを呼んだ時点で計測を開始します。
clk に対して DCClockCreate による初期化が行われていない場合、 エラーを発生させます。err を与える場合には err に .true. が返り、 プログラムは続行されます。
| [in,out] | clk | CLOCK 型変数 |
| [out] | err | エラーフラグ (省略可)。エラー時に .true.。 |
Definition at line 297 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().