aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"
+