aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-04-04 13:14:38 +0200
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:13 +0100
commit079a55f31417b27ae857e95ba21a841c9863a76f (patch)
treeb9a758ea4e2a740571edcdccc8d30b946d023a81 /Carpet/Carpet/param.ccl
parent0300bdc2231f27bc33837b1aa9714f67801f23da (diff)
Make timer tree output precision and threshold configurable with parameters
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 30205e7b4..59ffdf2b0 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -401,6 +401,15 @@ INT output_timer_tree_every "Output timing information in tree form to standard
1:* :: "report every so many iterations"
} 0
+CCTK_REAL timer_tree_threshold_percentage "The percentage of the root timer below which timers are omitted" STEERABLE=always
+{
+ 0:* :: ""
+} 1.0
+
+INT timer_tree_output_precision "Number of decimal places to use in standard output for timer tree"
+{
+ 1:* :: "number of decimal places"
+} 1
BOOLEAN recompose_verbose "Output debug information during recomposing" STEERABLE=ALWAYS