[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.1, Fri Mar 8 02:45:00 2002 UTC revision 1.3, Thu Mar 28 20:57:25 2002 UTC
# Line 21  Line 21 
21  extern void stop_transfer_timer();  extern void stop_transfer_timer();
22  extern void stop_coding_timer();  extern void stop_coding_timer();
23  extern void stop_prediction_timer();  extern void stop_prediction_timer();
24    extern void stop_interlacing_timer();
25  extern void stop_global_timer();  extern void stop_global_timer();
26  extern void init_timer();  extern void init_timer();
27  extern void write_timer();  extern void write_timer();
# Line 42  Line 43 
43  static __inline void init_timer() {}  static __inline void init_timer() {}
44  static __inline void write_timer() {}  static __inline void write_timer() {}
45  static __inline void stop_coding_timer() {}  static __inline void stop_coding_timer() {}
46    static __inline void stop_interlacing_timer() {}
47  static __inline void stop_prediction_timer() {}  static __inline void stop_prediction_timer() {}
48  static __inline void stop_global_timer() {}  static __inline void stop_global_timer() {}
49    

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

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