aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@d0051148-8e13-4bef-be1d-f6c572c85f9f>2003-07-06 12:28:44 +0000
committerallen <allen@d0051148-8e13-4bef-be1d-f6c572c85f9f>2003-07-06 12:28:44 +0000
commit09e953d73565c8a0d19c53098db7b2a678faeb2f (patch)
tree8d468218fe3b4a2c40176a42295fccd32e83ef74 /param.ccl
parente8e307409ecd5f5372c35e319b76c477c03db4eb (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@3 d0051148-8e13-4bef-be1d-f6c572c85f9f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..20240a2
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,25 @@
+# Parameter definitions for thorn TimerReport
+# $Header$
+
+private:
+
+INT out_every "How often to output timer report to screen" STEERABLE=ALWAYS
+{
+ 0 :: "Never (default)"
+ 1:* :: "Every so many iterations"
+} 0
+
+INT out_at "Output timer information at a given iteration" STEERABLE=ALWAYS
+{
+ -1 :: "Never (default)"
+ 0:* :: "At this iteration"
+} -1
+
+BOOLEAN before_checkpoint "Before a checkpoint" STEERABLE=ALWAYS
+{
+} "no"
+
+BOOLEAN next "On next iteration" STEERABLE=ALWAYS
+{
+} "no"
+