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

12 3 4

  /external/ceres-solver/internal/ceres/
callbacks.cc 81 output = "iter cost cost_change |gradient| |step| tr_ratio tr_radius ls_iter iter_time total_time\n";
linear_solver.h 325 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
  /external/chromium_org/components/dom_distiller/core/
distiller_page.cc 116 base::TimeDelta::FromMillisecondsD(timing.total_time()));
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp 244 uint32_t total_time = 0; local
496 total_time += diff;
498 __func__, diff, i+1, total_time, total_time/(i+1));
510 __func__, p_args->back_to_back_count, total_time, total_time/p_args->back_to_back_count);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 737 double total_time; local
886 total_time = (1.0 * inv_get_tick_count() - start_time) / 1000;
887 if (total_time > 0) {
889 sample_count, total_time , 1.0 * sample_count / total_time);
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.cc 273 base::TimeDelta total_time = base::TimeTicks::HighResNow() - t0; local
285 result->Set(v8::String::NewFromUtf8(isolate, "total_time"),
286 v8::Number::New(isolate, total_time.InMillisecondsF()));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 177 total_time = fake_results.run_time + 1
178 printer._print_one_line_summary(total_time, fake_results)
  /external/chromium_org/content/browser/loader/
resource_loader.cc 687 TimeDelta total_time = base::TimeTicks::Now() - request_->creation_time(); local
694 total_time);
698 total_time);
703 UMA_HISTOGRAM_TIMES("Net.Prefetch.TimeBeforeCancel", total_time);
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc 236 double total_time; local
239 total_time = bench_end_time_ - bench_start_time_;
240 printf("Finished - benchmark took %f seconds\n", total_time);
242 PostUpdateMessage("benchmark_result", total_time);
  /external/chromium_org/third_party/webrtc/base/
profiler.cc 178 << " total=" << FormattedTime(profiler_event.total_time())
profiler.h 96 double total_time() const { return total_time_; } function in class:rtc::ProfilerEvent
  /external/chromium_org/tools/perf/measurements/
endure.py 148 results.AddSummaryValue(scalar.ScalarValue(None, 'total_time', 'seconds',
  /external/chromium_org/v8/src/
d8-posix.cc 123 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
124 if (total_time == -1) return false;
130 if (seconds * 1000 > total_time) return true;
134 if (seconds * 1000000 + useconds > total_time * 1000) {
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsMemDetail.java 42 public static final String EXTRA_TOTAL_TIME = "total_time";
ProcessStatsDetail.java 58 public static final String EXTRA_TOTAL_TIME = "total_time";
  /packages/experimental/procstatlog/
procstatreport.py 223 total_time = total_cycles = 0
231 total_time += next - last
234 if total_time > 0: cpu_speed[when] = total_cycles / total_time
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 466 global total_time
467 set total_time [expr {$total_time+$tm}]
482 global total_time
483 set total_time [expr {$total_time+$tm}]
487 global total_time
488 set total_time 0
496 global total_time
497 puts [format {%-21.21s %12d uS TOTAL} $name $total_time]
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc     [all...]
  /external/lldb/examples/python/
performance.py 306 with Timer() as total_time:
323 print('Total time = %.03f sec.' % total_time.interval)
  /external/chromium_org/base/process/
process_metrics_mac.cc 251 /* Set total_time. */
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsPresenter.java 70 mTotalTime = (TextView) rootView.findViewById(R.id.total_time);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 273 def HardTimeout(total_time):
274 return total_time >= 0.0 and time.time() - time_started >= total_time
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 106 u64 total_time; member in struct:perf_kvm_stat
661 kvm->total_time += get_event_time(event, vcpu);
770 pr_info("%8.2f%% ", (double)etime / kvm->total_time * 100);
779 kvm->total_count, kvm->total_time / 1e3);
1025 kvm->total_time = 0;
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 643 double total_time = benchmark_end_time_ - benchmark_start_time_;
645 PostUpdateMessage("benchmark_result", total_time);
  /external/ceres-solver/docs/source/
tutorial.rst 136 iter cost cost_change |gradient| |step| tr_ratio tr_radius ls_iter iter_time total_time
378 iter cost cost_change |gradient| |step| tr_ratio tr_radius ls_iter iter_time total_time
508 iter cost cost_change |gradient| |step| tr_ratio tr_radius ls_iter iter_time total_time

Completed in 2031 milliseconds

12 3 4