/[MITgcm]/MITgcm/eesupp/src/timer_stats.c
ViewVC logotype

Diff of /MITgcm/eesupp/src/timer_stats.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by ce107, Wed Jan 12 23:04:39 2005 UTC revision 1.3 by cnh, Tue Oct 10 00:10:08 2006 UTC
# Line 8  Line 8 
8     static long clktck = 0;     static long clktck = 0;
9     static double invclktck = 0.0;     static double invclktck = 0.0;
10    
11     double FC_NAMEMANGLE(user_time) (void);     double FC_NAMEMANGLE(cusertime) (void);
12     double FC_NAMEMANGLE(system_time) (void);     double FC_NAMEMANGLE(csystemtime) (void);
13     double FC_NAMEMANGLE(timenow) ();     double FC_NAMEMANGLE(timenow) ();
14     void init_timer();     void init_timer();
15    
# Line 20  Line 20 
20       return;       return;
21     }     }
22    
23    double FC_NAMEMANGLE(user_time) (void)    double FC_NAMEMANGLE(cusertime) (void)
24     {     {
25       clock_t blabla;       clock_t blabla;
26       struct tms timest;       struct tms timest;
# Line 32  Line 32 
32        
33     }     }
34    
35    double FC_NAMEMANGLE(system_time) (void)    double FC_NAMEMANGLE(csystemtime) (void)
36     {     {
37       clock_t blabla;       clock_t blabla;
38       struct tms timest;       struct tms timest;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22