aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3544f6d..7e32810 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,14 @@ schedule PUGH_Report at BASEGRID
LANG:C
} "Report on PUGH set up"
+if (timer_output)
+{
+ schedule PUGH_PrintTimingInfo at TERMINATE
+ {
+ LANG:C
+ } "Print time spent in communication"
+}
+
schedule PUGH_Terminate at TERMINATE as Driver_Terminate
{
LANG:C