Home
last modified time | relevance | path

Searched refs:LazyTimedHistogramScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcounters.h351 class LazyTimedHistogramScope {
353 LazyTimedHistogramScope() : histogram_(nullptr) { timer_.Start(); } in LazyTimedHistogramScope() function
354 ~LazyTimedHistogramScope() { in ~LazyTimedHistogramScope()
Dcompiler.cc1430 LazyTimedHistogramScope histogram_scope_;