# Schedule definitions for thorn PerfReport # $Header$ schedule InitPapiLibrary at Startup before PerfReport_RegisterTimers { LANG: C } "Initialize the PAPI library" schedule PerfReport_Startup at Startup { LANG: C } "Register PAPI Timers" schedule PerfReport_SystemInfo at CCTK_INITIAL { LANG: C } "Dump out some system information" schedule PerfReport_PostStep at CCTK_POSTSTEP { LANG: C } "Calculate current performance metrics" schedule PerfReport_Report at Shutdown { LANG: C } "Report on floprates and other stuff"