aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 1a064d0bb..2292280c6 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -54,6 +54,12 @@ INT print_timestats_every "Print timing statistics periodically" STEERABLE=alway
1:* :: "report every so many iterations"
} 0
+STRING timestat_file "File name in which timestat output is collected (because stdout from the root node may not be enough)" STEERABLE=always
+{
+ "^$" :: "empty filename: no file output"
+ "^.+$" :: "file name"
+} "carpetlib-time-statistics"
+
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always