Searched refs:hrtime_hz (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp507 static const hrtime_t hrtime_hz = 1000*1000*1000; variable
1730 return (double)(getTimeNanos() - first_hrtime) / (double)hrtime_hz;
1738 return hrtime_hz;
1794 return (double)gethrvtime() / (double)hrtime_hz;

Completed in 65 milliseconds