| 
            Last change
 on this file since 3425 was             2648, checked in by ansari, 21 years ago           | 
        
        
          | 
             
Modifs pour basculement automatique en temps de calcul cumule lors du bouclage du compteur de la fonction clock() ds timing.c - Reza 7 Fev 2005 
 
           | 
        
        
          | 
            File size:
            440 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | /*   Impression temps elapsed / Temps CPU     */
 | 
|---|
| 2 | /*                           Reza  -  93/94   */
 | 
|---|
| 3 | 
 | 
|---|
| 4 | #ifndef TIMING_H_SEEN
 | 
|---|
| 5 | #define TIMING_H_SEEN
 | 
|---|
| 6 | 
 | 
|---|
| 7 | #ifdef __cplusplus
 | 
|---|
| 8 | extern "C" {
 | 
|---|
| 9 | #endif
 | 
|---|
| 10 | 
 | 
|---|
| 11 | void InitTim(void);
 | 
|---|
| 12 | void PrtTimSetDebug(int dbg);  
 | 
|---|
| 13 | void PrtTim(const char * Comm);                                                        
 | 
|---|
| 14 |                                                                               
 | 
|---|
| 15 | #ifdef __cplusplus
 | 
|---|
| 16 | }
 | 
|---|
| 17 | #endif
 | 
|---|
| 18 | 
 | 
|---|
| 19 | #endif
 | 
|---|
| 20 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.