[cvs] / xvidcore / examples / xvid_bench.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_bench.c

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

revision 1.15, Wed Jan 5 23:02:15 2005 UTC revision 1.16, Mon Apr 18 08:31:42 2005 UTC
# Line 81  Line 81 
81  #else  #else
82          clock_t clk;          clock_t clk;
83          clk = clock();          clk = clock();
84          return clk * 1000000 / CLOCKS_PER_SEC;          return clk * 1000. / CLOCKS_PER_SEC;  /* clock() returns time in Milliseconds */
85  #endif  #endif
86  }  }
87    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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