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