Time precision in seconds

Hi All,I want to show time in seconds in the format( eg 2.034323 sec) of 6 decimal places. but i think so java only work for 3 decimal places(eg 2.034 sec). can any body help me in this respect.
[208 byte] By [786a] at [2007-10-1 16:03:54]
# 1
System.nanoTime()
Abusea at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...
# 2
Note that System.nanoTime() is 1.5 only...
T10a at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...
# 3
in 1.4.2-beta and later, Sun's VM also has the sun.misc.Perf class.
Abusea at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...
# 4
I'd like to download a software for time precisoin. How can I get it?
tinmona at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...
# 5
> I'd like to download a software for time precisoin.> How can I get it?Huh?Java already have it... and what do you mean by a "software" for "time precision"?
Linkera at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...
# 6

> Hi All,

> I want to show time in seconds in the format( eg

> 2.034323 sec) of 6 decimal places. but i think so

> java only work for 3 decimal places(eg 2.034 sec).

> can any body help me in this respect.

Forget trying to get more accurate timing than about 55MS on the PC..

http://www.psychology.nottingham.ac.uk/staff/cr1/io.html#Timing

(T)

tswaina at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...
# 7
I can get sub-millisecond precision on my PC. That article talks about outdated hardware and software.
Herko_ter_Horsta at 2007-7-11 0:05:54 > top of Java-index,Other Topics,Java Game Development...