# Schedule definitions for thorn PAPI # $Header$ schedule PAPI_Startup at STARTUP { LANG: C } "Initialise perfometer" schedule PAPI_Shutdown at SHUTDOWN { LANG: C } "Stop perfometer" if(mark) { schedule PAPI_InitialEntry at Initial$Entry { LANG: C } "Colour the initialisation" schedule PAPI_InitialExit at Initial$Exit { LANG: C } "Switch off initialisation colour" schedule PAPI_PrestepEntry at Prestep$Entry { LANG: C } "Colour the poststep" schedule PAPI_PrestepExit at Prestep$Exit { LANG: C } "Switch off poststep colour" schedule PAPI_EvolEntry at Evol$Entry { LANG: C } "Colour the evolution" schedule PAPI_EvolExit at Evol$Exit { LANG: C } "Switch off evolution colour" schedule PAPI_PoststepEntry at Poststep$Entry { LANG: C } "Colour the poststep" schedule PAPI_PoststepExit at Poststep$Exit { LANG: C } "Switch off poststep colour" schedule PAPI_AnalysisEntry at Analysis$Entry { LANG: C } "Colour the analysis" schedule PAPI_AnalysisExit at Analysis$Exit { LANG: C } "Switch off analysis colour" }