hotspot/src/share/vm/runtime/fprofiler.cpp
void ThreadProfiler::engage() {
{- -------------------------------------------
(1) engaged フィールドの値を変更.
---------------------------------------- -}
engaged = true;
{- -------------------------------------------
(1) 呼び出された時点での時刻を記録しておく.
---------------------------------------- -}
timer.start();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.