Searched refs:InMillisecondsF (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/
H A Dsnapshot-common.cc40 double ms = timer.Elapsed().InMillisecondsF();
H A Dsnapshot-external.cc71 double ms = timer.Elapsed().InMillisecondsF();
H A Dcompiler.cc518 double ms_creategraph = time_taken_to_create_graph_.InMillisecondsF();
519 double ms_optimize = time_taken_to_optimize_.InMillisecondsF();
520 double ms_codegen = time_taken_to_codegen_.InMillisecondsF();
1220 (*cached_data)->length(), timer.Elapsed().InMillisecondsF());
H A Dserialize.cc1805 double ms = timer.Elapsed().InMillisecondsF();
2015 double ms = timer.Elapsed().InMillisecondsF();
H A Dcode-stubs-hydrogen.cc279 << timer.Elapsed().InMillisecondsF() << " ms]" << endl;
H A Dd8.cc344 args.GetReturnValue().Set(delta.InMillisecondsF());
H A Dparser.cc841 double ms = timer.Elapsed().InMillisecondsF();
977 double ms = timer.Elapsed().InMillisecondsF();
H A Dhydrogen.cc12464 double ms = times_[i].InMillisecondsF();
12478 create_graph_.InMillisecondsF(), create_graph_.PercentOf(total));
12480 optimize_graph_.InMillisecondsF(), optimize_graph_.PercentOf(total));
12482 generate_code_.InMillisecondsF(), generate_code_.PercentOf(total));
12487 total.InMillisecondsF(), total_size_);
12493 ? total.InMillisecondsF() / source_size_in_kb
H A Ddeoptimizer.cc852 double ms = timer.Elapsed().InMillisecondsF();
/external/v8/tools/
H A Dparser-shell.cc166 first_parse_total += time.first.InMillisecondsF();
167 second_parse_total += time.second.InMillisecondsF();
H A Dlexer-shell.cc226 baseline_total += time.InMillisecondsF();
/external/v8/src/base/platform/
H A Dtime-unittest.cc37 EXPECT_DOUBLE_EQ(13.0, TimeDelta::FromMilliseconds(13).InMillisecondsF());
H A Dtime.h58 double InMillisecondsF() const;
H A Dtime.cc84 double TimeDelta::InMillisecondsF() const { function in class:v8::base::TimeDelta
/external/v8/test/cctest/
H A Dtest-debug.cc6670 timer.Elapsed().InMillisecondsF());

Completed in 314 milliseconds