hotspot/src/os/solaris/vm/os_solaris.cpp
// hrtime_t gethrvtime() return value includes
// user time but does not include system time
jlong os::current_thread_cpu_time() {
{- -------------------------------------------
(1) gethrvtime() を呼び出すだけ.
---------------------------------------- -}
return (jlong) gethrvtime();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.