aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@d0051148-8e13-4bef-be1d-f6c572c85f9f>2010-01-08 23:26:09 +0000
committerschnetter <schnetter@d0051148-8e13-4bef-be1d-f6c572c85f9f>2010-01-08 23:26:09 +0000
commit6fa9d6e5a2bcd4ad4e81540d7be2cbba18d77de8 (patch)
treef2274e03b333358345fd8eb39ce563341d309b56 /param.ccl
parent9d140efeb87d997cc0c3e6ff559b3b2f924c7141 (diff)
Add a new parameter output_all_timers_readable to thorn TimerReport.
This parameter outputs the same information as with output_all_timers, but creates two files that are meant to be read by a human and a spreadsheet, respectively. The human readable file uses fewer columns, the spreadsheet file uses the CSV (comma separated values) format. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@29 d0051148-8e13-4bef-be1d-f6c572c85f9f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index a946b5b..adbd09c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -37,6 +37,10 @@ BOOLEAN output_all_timers_together "Output one file containing information about
{
} "no"
+BOOLEAN output_all_timers_readable "Output one file containing information about all the Cactus timers, in a format that is readable by humans" STEERABLE=ALWAYS
+{
+} "no"
+
STRING all_timers_clock "Which clock to use for the all timers output" STEERABLE=ALWAYS
{
".*" :: "any clock name allowed"