summaryrefslogtreecommitdiff
path: root/src/util/CactusTimers.c
Commit message (Expand)AuthorAge
* Added CCTK_TimerRunning and CCTK_TimerRunningIknarf2012-10-24
* Add a flag indicating if a timer is running or not.knarf2012-10-24
* Correct logic errors in CCTK_TimerPrintDataI:schnetter2006-12-19
* Correct off-by-one error when checking for a legal timer number inschnetter2006-12-18
* Untabifying.goodale2005-10-03
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Functions completing the Cactus Timer API.swhite2004-08-12
* Print long int value with %ld instead of converting it to intschnetter2004-01-16
* Properly initialize an allocated cTimerData structure.tradke2003-09-30
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Fixed a small bug. Completed grdoc.tradke2002-01-02
* Changed CCTK_TimerPrintData and CCTK_TimerPrintDataI to take two arguements,allen2001-12-29
* Renamed CCTK_DisplayTimerData() to CCTK_TimerPrintData() (along withrideout2001-12-17
* Added fortran wrapper protoypes.tradke2001-12-12
* Expanded a CCTK_WARN macro into CCTK_VWarn().tradke2001-12-11
* Added Fortran bindings for timers, and two subroutinesrideout2001-12-11
* Get rid of the prefix when creating named timers so that the othertradke2001-08-27
* Make the name for named Cactus timers unique by prepending the timer number.tradke2001-07-12
* Added two new timer routines:tradke2001-07-12
* CCTK_TimerRegister -> CCTK_ClockRegisterallen2001-07-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Removing rcsid warningsallen2000-04-17
* Standardising function names and structuresallen2000-02-03
* Removed tabs from files.goodale1999-11-24
* Fixed a silly mistake I just committed. Thanks Ralph.goodale1999-11-03
* Changing various things pointed to by compiling with -Wall.goodale1999-11-03
* A bugfix in creating anonymous timers.goodale1999-10-26
* More updates to timer stuff.goodale1999-10-22
* Changes for new timer stuff.goodale1999-10-21
* Some new timer stuff. Compiles and links under linux and NT, butgoodale1999-10-20
* Start on the new timer stuff.goodale1999-09-14
* More changes from Joan and his NT nightmares.jmasso1999-06-03
* New function to allocate memory for a Cactus timer.goodale1999-05-06
* Moved CactusTimers.c from include to utils directory.goodale1998-10-14