HomeSort by relevance Sort by last modified time
    Searched full:timings (Results 26 - 50 of 196) sorted by null

12 3 4 5 6 7 8

  /art/runtime/base/
timing_logger.cc 72 const std::vector<TimingLogger::Timing>& timings = logger.GetTimings(); local
73 for (size_t i = 0; i < timings.size(); ++i) {
74 if (timings[i].IsStartTiming()) {
75 AddPair(timings[i].GetName(), timing_data.GetExclusiveTime(i));
202 // Compute which type of unit we will use for printing the timings.
  /art/compiler/driver/
compiler_driver.h 123 TimingLogger* timings)
127 void CompileOne(Thread* self, ArtMethod* method, TimingLogger* timings)
554 TimingLogger* timings)
557 void LoadImageClasses(TimingLogger* timings) REQUIRES(!Locks::mutator_lock_);
564 TimingLogger* timings)
571 TimingLogger* timings)
576 TimingLogger* timings);
582 TimingLogger* timings)
587 TimingLogger* timings);
593 TimingLogger* timings)
    [all...]
compiler_driver.cc 471 TimingLogger* timings) {
482 PreCompile(class_loader, dex_files, timings);
487 Compile(class_loader, dex_files, timings);
671 void CompilerDriver::CompileOne(Thread* self, ArtMethod* method, TimingLogger* timings) {
700 PreCompile(jclass_loader, dex_files, timings);
759 TimingLogger* timings) {
775 timings);
819 TimingLogger* timings) {
821 TimingLogger::ScopedTiming t("Resolve const-string Strings", timings);
    [all...]
compiler_driver_test.cc 42 TimingLogger timings("CompilerDriverTest::CompileAll", false, false);
43 TimingLogger::ScopedTiming t(__FUNCTION__, &timings);
46 &timings);
  /external/autotest/site_utils/
run_suite.py 439 class Timings(object):
440 """Timings for important events during a suite.
461 # Timings related to staging artifacts on devserver.
536 'Suite timings:\n'
556 2. Computes timings for several start and end event pairs.
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
hw_interface.h 45 HWScanSupport it_scan_support; // Scan support for digital monitor or industry timings
46 HWScanSupport cea_scan_support; // Scan support for CEA resolution timings
  /art/patchoat/
patchoat.cc 157 TimingLogger* timings) {
161 TimingLogger::ScopedTiming t("Runtime Setup", timings);
288 timings)).first->second;
755 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings,
761 TimingLogger::ScopedTiming t("Setup Oat File Patching", timings);
786 PatchOat p(elf.release(), delta, timings);
    [all...]
  /external/autotest/client/site_tests/network_3GDisableGobiWhileConnecting/
control 50 # Similarly, we can't be sure what the relative timings of the
  /art/compiler/
oat_test.cc 131 TimingLogger timings("WriteElf", false, false);
132 OatWriter oat_writer(/*compiling_boot_image*/false, &timings);
150 TimingLogger timings("WriteElf", false, false);
151 OatWriter oat_writer(/*compiling_boot_image*/false, &timings);
165 TimingLogger timings("WriteElf", false, false);
166 OatWriter oat_writer(/*compiling_boot_image*/false, &timings);
352 TimingLogger timings("OatTest::WriteRead", false, false);
375 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
471 TimingLogger timings("OatTest::EmptyTextSection", false, false);
497 compiler_driver_->CompileAll(class_loader, dex_files, &timings);
    [all...]
common_compiler_test.cc 247 TimingLogger timings("CommonTest::CompileMethod", false, false);
248 TimingLogger::ScopedTiming t(__FUNCTION__, &timings);
249 compiler_driver_->CompileOne(Thread::Current(), method, &timings); local
250 TimingLogger::ScopedTiming t2("MakeExecutable", &timings);
image_test.cc 97 TimingLogger timings("ImageTest::WriteRead", false, false);
98 TimingLogger::ScopedTiming t("CompileAll", &timings);
100 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
111 OatWriter oat_writer(/*compiling_boot_image*/true, &timings);
  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 50 '-t', '--timings',
51 help='Show test timings in buckets [default: %default]',
192 @param test_timings: if True, emit an ordered summary of run timings of
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 52 '-t', '--timings',
53 help='Show test timings in buckets [default: %default]',
200 test_timings: if True, emit an ordered summary of run timings of tests.
  /art/runtime/gc/
reference_processor.cc 119 void ReferenceProcessor::ProcessReferences(bool concurrent, TimingLogger* timings,
122 TimingLogger::ScopedTiming t(concurrent ? __FUNCTION__ : "(Paused)ProcessReferences", timings);
137 "(Paused)ForwardSoftReferences", timings);
154 "(Paused)EnqueueFinalizerReferences", timings);
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/
picture.html 82 console.error('Failed to get picture op timings.');
222 var timings = this.pictures_[i].getOpTimings();
223 opTimings.cmd_times = opTimings.cmd_times.concat(timings.cmd_times);
224 opTimings.total_time += timings.total_time;
  /external/dhcpcd-6.8.2/
arp.h 31 /* ARP timings from RFC5227 */
  /external/libchrome/base/test/
test_file_util.h 29 // can fail if the file is marked in use, and this will throw off timings that
  /external/chromium-trace/catapult/catapult_build/perfbot_stats/
chrome_perf_step_timings.py 6 """Script to pull chromium.perf step timings from chrome-infra-stats API.
113 USAGE = 'Usage: chrome-perf-step-timings.py <outfilename>'
  /external/webrtc/webrtc/base/
profiler.h 57 // Reports current timings to the log at severity |sev|.
60 // Reports current timings for all events whose names are prefixed by |prefix|
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 119 # Force the elements to be distinct objects, else timings can be
136 # Force to float, so that the timings are comparable. This is
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 119 # Force the elements to be distinct objects, else timings can be
136 # Force to float, so that the timings are comparable. This is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 119 # Force the elements to be distinct objects, else timings can be
136 # Force to float, so that the timings are comparable. This is
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_hotshot.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 119 # Force the elements to be distinct objects, else timings can be
136 # Force to float, so that the timings are comparable. This is
  /external/skia/tools/kilobench/
kilobench.cpp 54 "tune for each bench. Timings are only reported when auto-tuning.",
349 // No mutex needed, client won't touch timings until we're done
404 const SkTArray<double>& timings() const { SkASSERT(fDone); return fTimings; } function in struct:kilobench::TimingThread
549 for (int i = 0; i < timingThread.timings().count(); i++) {
550 min = SkTMin(min, timingThread.timings()[i]);

Completed in 588 milliseconds

12 3 4 5 6 7 8