summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-12 14:45:13 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-12 14:45:13 +0000
commit76c61752fc50d17c5dd0a8dd3219f177d35a2984 (patch)
tree2cf24c92653c8176833da00a45d07534c85d5aee /src/param.ccl
parentaddff6330beeb9a1c7e30a29b2be1a9b194882f2 (diff)
Add option for displaying timer output
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1154 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 1009baa3..622886be 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -4,6 +4,12 @@
private:
+KEYWORD cctk_timer_output "Provide output from timers"
+{
+ "off" :: "No timer output"
+ "full" :: "Detailed timer output"
+} "off"
+
BOOLEAN cctk_full_warnings "Give detailed information for each warning statement"
{
} "yes"