Changeset 2212 in Sophya for trunk/SophyaLib/SysTools/timing.c
- Timestamp:
- Oct 15, 2002, 5:48:53 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/timing.c
r1783 r2212 37 37 38 38 /* Nouvelle-Fonction */ 39 /*! 40 \ingroup SysTools 41 Initializes CPU and elapsed time timer (C function). 42 The values of the CPU and elapsed time can then be printed 43 using \b PrtTim() 44 */ 39 45 void InitTim(void) 40 46 { … … 45 51 46 52 /* Nouvelle-Fonction */ 47 void PrtTim(char *Comm) 53 /*! 54 \ingroup SysTools 55 Prints the values of the CPU and elapsed time, since call to \b InitTim(). 56 */ 57 void PrtTim(const char * Comm) 48 58 { 49 59 float tcal,tcalt;
Note:
See TracChangeset
for help on using the changeset viewer.