summaryrefslogtreecommitdiff
path: root/src/include/cctk_Timers.h
Commit message (Collapse)AuthorAge
* Functions completing the Cactus Timer API.swhite2004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3828 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CCTK_TimerPrintData and CCTK_TimerPrintDataI to take two arguements,allen2001-12-29
| | | | | | | | | | | | | | | | | | | | | so you can choose both a timer and a clock to print. Passing a NULL argument for a string, or a -1 for the index versions will cause all the timers/clocks to be used. Also added new functions CCTK_NumClocks CCTK_ClockName CCTK_ClockHandle which I needed for this. Not sure that I really needed the ClockHandle one, but it is useful anyway to test if a clock is registered. Maybe these functions should also take something like a file descriptor, so that the information can be easily printed to a file, or to the HTTPD pages. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2547 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed name of CCTK_DisplayTimerDataXXX() to CCTK_TimerPrintDataXXX().rideout2001-12-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2513 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototypes for new CCTK_DisplayTimerDataXXX() routines.tradke2001-12-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2502 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed 'struct cTimerFuncs' into 'struct cClockFuncs'.tradke2001-07-12
| | | | | | | Added prototypes for new timer routines CCTK_NumTimers() and CCTK_TimerName (). git-svn-id: http://svn.cactuscode.org/flesh/trunk@2287 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prototypes for Cactus timer functionsallen2001-07-10
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2276 17b73243-c579-4c4c-a9d2-2d5706c11dac