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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp58 static LinearScanTimers _total_timer; variable
61 #define TIME_LINEAR_SCAN(timer_name) TraceTime _block_timer("", _total_timer.timer(LinearScanTimers::timer_name), TimeLinearScan || TimeEachLinearScan, Verbose);
3034 NOT_PRODUCT(_total_timer.begin_method());
3094 NOT_PRODUCT(_total_timer.end_method(this));
3103 _total_timer.print(total);

Completed in 45 milliseconds