wasm-demo/demo/ermis-f/python_m/cur/0222

19 lines
493 B
Plaintext

From: smithkf at OMIT_THIS.us.ibm.com (Kevin F. Smith)
Date: Fri, 23 Apr 1999 09:49:42 -0700
Subject: millisecond time accuracy
Message-ID: <3720A4A6.125DA1C7@OMIT_THIS.us.ibm.com>
X-UID: 222
Is there a way to measure time accurate to milliseconds?
For example, by calling the time.time() function I get seconds. Is
there a comparable function that I could use to measure interval times
down to at least millisecond accuracy?
Thanks.