dc_clock::clock Type Reference

Private Attributes

character(string) name
 
real(dp) start_time
 
real(dp) elapsed_time
 
type(dc_datetime) start_date
 
logical initialized = .false.
 

Detailed Description

Definition at line 119 of file dc_clock.f90.

Field Documentation

◆ elapsed_time

real(dp) dc_clock::clock::elapsed_time
private

Definition at line 130 of file dc_clock.f90.

130  real(DP):: elapsed_time ! 経過時間の累計値

◆ initialized

logical dc_clock::clock::initialized = .false.
private

Definition at line 132 of file dc_clock.f90.

132  logical:: initialized = .false. ! CLOCK 構造体の初期化チェック用フラグ

◆ name

character(string) dc_clock::clock::name
private

Definition at line 127 of file dc_clock.f90.

127  character(STRING):: name

◆ start_date

type(dc_datetime) dc_clock::clock::start_date
private

Definition at line 131 of file dc_clock.f90.

131  type(dc_datetime):: start_date ! 計測を開始した日時

◆ start_time

real(dp) dc_clock::clock::start_time
private

Definition at line 128 of file dc_clock.f90.

128  real(DP):: start_time ! 計測を開始した時間

The documentation for this type was generated from the following file: