Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc148 double ms_codegen) { in TraceCompilationStats() argument
153 ms_optimize, ms_codegen); in TraceCompilationStats()
492 double ms_codegen = time_taken_to_finalize_.InMillisecondsF(); in RecordCompilationStats() local
494 isolate, compilation_info(), ms_creategraph, ms_optimize, ms_codegen); in RecordCompilationStats()
500 compilation_time += (ms_creategraph + ms_optimize + ms_codegen); in RecordCompilationStats()