I'm trying to write a simple timer application (mostly to learn gui programming), and I'd like it to display 1/100ths of a second.  I know I can fake this with threadDelay, but I was wondering if there's a way to get current time to more precision than one second.

--
          Alex R