hotspot/src/os/windows/vm/os_windows.cpp
jlong os::current_thread_cpu_time(bool user_sys_cpu_time) {
{- -------------------------------------------
(1) os::thread_cpu_time() を呼び出すだけ.
---------------------------------------- -}
return os::thread_cpu_time(Thread::current(), user_sys_cpu_time);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.