Searched refs:time_taken_ms (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 253 double time_taken_ms) { in LogFunctionCompilation() 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() 247 LogFunctionCompilation(Isolate* isolate, CodeEventListener::LogEventsAndTags tag, Handle<Script> script, Handle<SharedFunctionInfo> shared, Handle<FeedbackVector> vector, Handle<AbstractCode> abstract_code, CodeKind kind, double time_taken_ms) LogFunctionCompilation() argument [all...] |
Completed in 4 milliseconds