Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc253 double time_taken_ms) { in LogFunctionCompilation() argument
316 LOG(isolate, FunctionEvent(name.c_str(), script->id(), time_taken_ms, in LogFunctionCompilation()
428 double time_taken_ms = time_taken_to_execute.InMillisecondsF() + in RecordUnoptimizedFunctionCompilation() local
434 time_taken_ms); in RecordUnoptimizedFunctionCompilation()
561 double time_taken_ms = time_taken_to_prepare_.InMillisecondsF() + in RecordFunctionCompilation() local
571 abstract_code, compilation_info()->code_kind(), time_taken_ms); in RecordFunctionCompilation()
1142 double time_taken_ms = 0; in RecordMaglevFunctionCompilation() local
1146 abstract_code->kind(), time_taken_ms); in RecordMaglevFunctionCompilation()
2172 double time_taken_ms = time_taken.InMillisecondsF(); in Compile() local
2174 CompilerTracer::TraceFinishBaselineCompile(isolate, shared, time_taken_ms); in Compile()
[all …]