aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 3a31f7d..211f5ce 100644
--- a/param.ccl
+++ b/param.ccl
@@ -29,6 +29,21 @@ BOOLEAN next "On next iteration" STEERABLE=ALWAYS
{
} "no"
+BOOLEAN output_all_timers "Output a separate file containing all the Cactus timers" STEERABLE=ALWAYS
+{
+} "no"
+
+STRING all_timers_clock "Which clock to use for the all timers output" STEERABLE=ALWAYS
+{
+ ".*" :: "any clock name allowed"
+} "gettimeofday"
+
+INT n_top_timers "How many timers to include in the top timer report" STEERABLE=ALWAYS
+{
+ 0 :: "Do not print the report"
+ 1:* :: "Any number of timers"
+} 0
+
shares: IO
USES STRING out_dir