aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@d0051148-8e13-4bef-be1d-f6c572c85f9f>2003-07-06 12:28:44 +0000
committerallen <allen@d0051148-8e13-4bef-be1d-f6c572c85f9f>2003-07-06 12:28:44 +0000
commit09e953d73565c8a0d19c53098db7b2a678faeb2f (patch)
tree8d468218fe3b4a2c40176a42295fccd32e83ef74 /schedule.ccl
parente8e307409ecd5f5372c35e319b76c477c03db4eb (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@3 d0051148-8e13-4bef-be1d-f6c572c85f9f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..6a1be64
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,22 @@
+# Schedule definitions for thorn TimerReport
+# $Header$
+
+
+SCHEDULE TimerReport_Startup AT CCTK_STARTUP
+{
+ LANG: C
+} "Startup routine"
+
+SCHEDULE TimerReport_Output AT CCTK_ANALYSIS
+{
+ LANG: C
+ TRIGGERS: triggergroup
+} "Print the timer report"
+
+if (before_checkpoint)
+{
+ SCHEDULE TimerReport_Output AT CCTK_CHECKPOINT
+ {
+ LANG: C
+ } "Print the timer report"
+} \ No newline at end of file