Changeset 2212 in Sophya for trunk/SophyaLib/SysTools/timing.c


Ignore:
Timestamp:
Oct 15, 2002, 5:48:53 PM (23 years ago)
Author:
ansari
Message:

Mise a jour de la documentation SysTools, Reza 15/10/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/timing.c

    r1783 r2212  
    3737 
    3838/* 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*/
    3945void InitTim(void)
    4046{
     
    4551 
    4652/* 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*/
     57void PrtTim(const char * Comm)
    4858{
    4959float tcal,tcalt;
Note: See TracChangeset for help on using the changeset viewer.