summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-08-18 05:15:50 +0000
committerrhaas <rhaas@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-08-18 05:15:50 +0000
commit5099c01f5fd40a944159f228e6e3dad80147d0d0 (patch)
tree3ee71ee0ac4a2007c45ad2ec7bbef2bc4b1c9a67
parent9af9dfee2e1df3b930ffe096647b1c7d6067fcfb (diff)
document CCTK_RunTime
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5123 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/ReferenceManual.pdfbin793806 -> 794617 bytes
-rw-r--r--doc/ReferenceManual/CCTKReference.tex19
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/ReferenceManual.pdf b/doc/ReferenceManual.pdf
index c47c5bc8..8a721691 100644
--- a/doc/ReferenceManual.pdf
+++ b/doc/ReferenceManual.pdf
Binary files differ
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index b6401f8a..8a5a1f7f 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -743,6 +743,10 @@ from Fortran.
[\pageref{CCTK-RegisterReductionOperator}]
Register a function as providing a reduction operation
+\item[\code{CCTK\_RunTime}]
+ [\pageref{CCTK-RunTime}]
+ Return the number of seconds since the run started
+
\item[\code{CCTK\_SchedulePrintTimes}] [\pageref{CCTK-SchedulePrintTimes}]
Output the timing results for a certain schedule item to stdout
@@ -11576,6 +11580,21 @@ Reduces a list of local arrays globally
\end{SynopsisSection}
\end{FunctionDescription}
+\begin{FunctionDescription}{CCTK\_RunTime}{}
+\label{CCTK-RunTime}
+\begin{SynopsisSection}
+\begin{Synopsis}{C}
+\begin{verbatim}int CCTK_RunTime()\end{verbatim}
+\end{Synopsis}
+Seconds since startup.
+\end{SynopsisSection}
+\begin{ResultSection}
+\begin{Result}{seconds}
+The number of seconds since the run started.
+\end{Result}
+\end{ResultSection}
+\end{FunctionDescription}
+
%%%%%
% SSS