<div id="RTEContent">   <div id="RTEContent">let's say i'm taking timing measurements in Windows XP</div>      <div> </div>      <div>t1 = time.clock()</div>      <div>...</div>      <div>t2 = time.clock()</div>      <div> </div>      <div>t3 = t2 - t1 = say, 0.018</div>        <div>what is the unit of measurement for t3? is it correct to say that t3 = 18 milliseconds? microseconds?</div>      <div> </div>            <div>what if the timing function used for t1 and t2 was time.time()? is it still correct to<br>  say that t3 = 18 milliseconds? i kinda know that in Windows, time.clock() has<br>  higher resolution than time.time().  all i need is millisecond resolution. which<br>  of these functions would be easier to translate into millisecond units of measurement?</div>  </div><p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com