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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp506 static hrtime_t first_hrtime = 0; variable
1730 return (double)(getTimeNanos() - first_hrtime) / (double)hrtime_hz;
1734 return (jlong)(getTimeNanos() - first_hrtime);
5292 max_hrtime = first_hrtime = gethrtime();

Completed in 48 milliseconds