Changeset 5083 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Sep 20, 2005, 4:11:16 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r5015 r5083 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09- 13 01:09:58$13 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-21 02:11:16 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 82 82 ); 83 83 84 /** Initialize time data. 85 * 86 * Reads the configuration file and sets up the appropriate psTimeTables and predictions. 87 */ 88 void psTimeInitialize( 89 const char *timeConfig ///< psTime configuration file 90 ); 91 84 92 /** Free memory persistant time data. 85 93 * … … 89 97 */ 90 98 psBool p_psTimeFinalize(void); 99 100 /** Frees memory that was allocated by psTime functions. 101 * 102 * Allows a subsequent search for leaked memory. 103 */ 104 void psTimeFinalize(void); 91 105 92 106 /** Allocate time struct. … … 369 383 ); 370 384 385 bool psTimerStart( 386 char *name 387 ); 388 389 psF64 psTimerClear( 390 char *name 391 ); 392 393 psF64 psTimerMark( 394 char *name 395 ); 396 397 psF64 psTimerStop(void); 398 371 399 /// @} 372 400
Note:
See TracChangeset
for help on using the changeset viewer.
