[cvs] / xvidcore / src / utils / timer.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/timer.h

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

revision 1.10, Mon Mar 22 22:36:24 2004 UTC revision 1.11, Tue Nov 22 10:23:01 2005 UTC
# Line 32  Line 32 
32    
33  uint64_t count_frames;  uint64_t count_frames;
34    
35  extern void start_timer();  extern void start_timer(void);
36  extern void start_global_timer();  extern void start_global_timer(void);
37  extern void stop_dct_timer();  extern void stop_dct_timer(void);
38  extern void stop_idct_timer();  extern void stop_idct_timer(void);
39  extern void stop_motion_timer();  extern void stop_motion_timer(void);
40  extern void stop_comp_timer();  extern void stop_comp_timer(void);
41  extern void stop_edges_timer();  extern void stop_edges_timer(void);
42  extern void stop_inter_timer();  extern void stop_inter_timer(void);
43  extern void stop_quant_timer();  extern void stop_quant_timer(void);
44  extern void stop_iquant_timer();  extern void stop_iquant_timer(void);
45  extern void stop_conv_timer();  extern void stop_conv_timer(void);
46  extern void stop_transfer_timer();  extern void stop_transfer_timer(void);
47  extern void stop_coding_timer();  extern void stop_coding_timer(void);
48  extern void stop_prediction_timer();  extern void stop_prediction_timer(void);
49  extern void stop_interlacing_timer();  extern void stop_interlacing_timer(void);
50  extern void stop_global_timer();  extern void stop_global_timer(void);
51  extern void init_timer();  extern void init_timer(void);
52  extern void write_timer();  extern void write_timer(void);
53    
54  #else  #else
55    
56  static __inline void  static __inline void
57  start_timer()  start_timer(void)
58  {  {
59  }  }
60  static __inline void  static __inline void
61  start_global_timer()  start_global_timer(void)
62  {  {
63  }  }
64  static __inline void  static __inline void
65  stop_dct_timer()  stop_dct_timer(void)
66  {  {
67  }  }
68  static __inline void  static __inline void
69  stop_idct_timer()  stop_idct_timer(void)
70  {  {
71  }  }
72  static __inline void  static __inline void
73  stop_motion_timer()  stop_motion_timer(void)
74  {  {
75  }  }
76  static __inline void  static __inline void
77  stop_comp_timer()  stop_comp_timer(void)
78  {  {
79  }  }
80  static __inline void  static __inline void
81  stop_edges_timer()  stop_edges_timer(void)
82  {  {
83  }  }
84  static __inline void  static __inline void
85  stop_inter_timer()  stop_inter_timer(void)
86  {  {
87  }  }
88  static __inline void  static __inline void
89  stop_quant_timer()  stop_quant_timer(void)
90  {  {
91  }  }
92  static __inline void  static __inline void
93  stop_iquant_timer()  stop_iquant_timer(void)
94  {  {
95  }  }
96  static __inline void  static __inline void
97  stop_conv_timer()  stop_conv_timer(void)
98  {  {
99  }  }
100  static __inline void  static __inline void
101  stop_transfer_timer()  stop_transfer_timer(void)
102  {  {
103  }  }
104  static __inline void  static __inline void
105  init_timer()  init_timer(void)
106  {  {
107  }  }
108  static __inline void  static __inline void
109  write_timer()  write_timer(void)
110  {  {
111  }  }
112  static __inline void  static __inline void
113  stop_coding_timer()  stop_coding_timer(void)
114  {  {
115  }  }
116  static __inline void  static __inline void
117  stop_interlacing_timer()  stop_interlacing_timer(void)
118  {  {
119  }  }
120  static __inline void  static __inline void
121  stop_prediction_timer()  stop_prediction_timer(void)
122  {  {
123  }  }
124  static __inline void  static __inline void
125  stop_global_timer()  stop_global_timer(void)
126  {  {
127  }  }
128    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4