# Schedule definitions for thorn TimerReport # $Header$ SCHEDULE TimerReport_Startup AT CCTK_STARTUP { LANG: C } "Startup routine" SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_ANALYSIS { LANG: C OPTIONS: global } "Print the timer report" SCHEDULE TimerReport_Checkpoint AS zzz_TimerReport_Checkpoint AT CCTK_CHECKPOINT { LANG: C OPTIONS: global } "Print the timer report"