Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1163 base::ThreadTicks thread_ticks = base::ThreadTicks::IsSupported() in CompileLazy() local
1183 if (!thread_ticks.IsNull()) { in CompileLazy()
1185 (base::ThreadTicks::Now() - thread_ticks).InMicroseconds(), in CompileLazy()
1522 base::ThreadTicks thread_ticks = base::ThreadTicks::IsSupported() in ExecuteCompilationUnits() local
1571 if (!thread_ticks.IsNull()) { in ExecuteCompilationUnits()
1573 (base::ThreadTicks::Now() - thread_ticks).InMicroseconds(), in ExecuteCompilationUnits()
1597 if (!thread_ticks.IsNull()) { in ExecuteCompilationUnits()
1600 (thread_ticks_now - thread_ticks).InMicroseconds(), current_tier); in ExecuteCompilationUnits()
1601 thread_ticks = thread_ticks_now; in ExecuteCompilationUnits()
H A Dmodule-decoder.cc2245 base::ThreadTicks thread_ticks = base::ThreadTicks::IsSupported() in DecodeWasmModule() local
2254 if (!thread_ticks.IsNull()) { in DecodeWasmModule()
2256 (base::ThreadTicks::Now() - thread_ticks).InMicroseconds(); in DecodeWasmModule()

Completed in 11 milliseconds