File: clcklib.tex

package info (click to toggle)
dcl 7.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,172 kB
  • sloc: fortran: 48,440; f90: 12,803; ansic: 6,566; makefile: 4,747; ruby: 184; sh: 153
file content (89 lines) | stat: -rw-r--r-- 2,033 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
%表題   MISC1 (その他の基本関数下位パッケージ)
%
%履歴
%\Drireki{
%         92/01/22 酒井  敏
%         92/03/14 塩谷雅人
%         92/04/22 林祥介   (4.1版)
%        }
%
\Dchapterhead
\label{clcklib}

\section{概要}
実行時間を扱うサブルーチンパッケージ.

\section{サブルーチンのリスト}
\begin{tabular}{lp{10cm}}
  {\tt CLCKST}     & 時刻を初期化する.  \\
  {\tt CLCKGT(X)}  & {\tt CLCKST}が呼ばれてからの, CPU時間を求める.  \\
  {\tt CLCKDT(DT)} & 時間の分解能を返す.  \\
\end{tabular}

\section{サブルーチンの説明}
% \label{clcklib.sub}
\subsection{CLCKST}
\begin{enumerate}
  \item 機能
  \begin{quote}
      時刻を初期化する.
  \end{quote}
  \item 呼び出し方法
  \begin{quote}
    {\tt CALL CLCKST}
  \end{quote}
  \item パラメーターの説明
  \begin{quote}
      なし.
  \end{quote}
  \item 備考
  \begin{enumerate}
    \item なし.
  \end{enumerate}
\end{enumerate}

\subsection{CLCKGT}
\begin{enumerate}
  \item 機能
  \begin{quote}
      {\tt CLCKST}が呼ばれてからのCPU時間を求める.
  \end{quote}
  \item 呼び出し方法
  \begin{quote}
    {\tt CLCKGT(TIME)}
  \end{quote}
  \item パラメーターの説明
  \begin{quote}
    \begin{tabular}{llp{10cm}}
      {\tt TIME}  & {\tt (R)} & {\tt CLCKST}が呼ばれてからの時間.
                                 単位は秒. \\
    \end{tabular}
  \end{quote}
  \item 備考
  \begin{enumerate}
      \item なし.
  \end{enumerate}
\end{enumerate}

\subsection{CLCKDT}
\begin{enumerate}
  \item 機能
  \begin{quote}
      時間の分解能を返す.
  \end{quote}
  \item 呼び出し方法
  \begin{quote}
    {\tt CALL CLCKDT(DT)}
  \end{quote}
  \item パラメーターの説明
  \begin{quote}
    \begin{tabular}{llp{10cm}}
      {\tt DT} & {\tt  (R)} & 時間の分解能. 単位は秒. \\
    \end{tabular}
  \end{quote}
  \item 備考
  \begin{enumerate}
      \item なし.
  \end{enumerate}
\end{enumerate}