From 192282a2d7877bc1b022980f7b7f9559566dbcff Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 10 May 2000 12:38:58 +0000 Subject: Report scheduled termination routines and their elapsed times. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1640 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/ScheduleInterface.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c index e5f54cce..c502e19a 100644 --- a/src/main/ScheduleInterface.c +++ b/src/main/ScheduleInterface.c @@ -618,6 +618,8 @@ int CCTK_SchedulePrint(const char *where) indent_level -=2; printf (" endif\n"); printf (" enddo\n"); + printf (" Termination routines\n"); + SchedulePrint("CCTK_TERMINATE"); printf (" Shutdown routines\n"); SchedulePrint("CCTK_SHUTDOWN"); } @@ -675,6 +677,7 @@ int CCTK_SchedulePrintTimes(const char *where) SchedulePrintTimes("CCTK_ANALYSIS", &data); SchedulePrintTimes("CCTK_ANALYSIS$EXIT", &data); printf("\n"); + SchedulePrintTimes("CCTK_TERMINATE", &data); SchedulePrintTimes("CCTK_SHUTDOWN", &data); } else -- cgit v1.2.3