HomeSort by relevance Sort by last modified time
    Searched defs:total_time (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/libhardware/modules/consumerir/
consumerir.c 38 int total_time = 0; local
42 total_time += pattern[i];
45 ALOGD("transmit for %d uS at %d Hz", total_time, carrier_freq);
46 usleep(total_time);
  /system/extras/tests/sdcard/
testcase.cpp 150 char total_time[80]; local
152 snprintf(total_time, sizeof(total_time), "%s_total", mName);
153 mTestTimer = new StopWatch(total_time, 1);
  /external/chromium_org/cc/debug/
picture_record_benchmark.cc 67 base::TimeDelta total_time = it->second.first; local
72 average_time = total_time.InMillisecondsF() / total_count;
118 TotalTime& total_time = times_[dimensions]; local
119 total_time.first += duration;
120 total_time.second++;
  /art/runtime/base/
timing_logger.h 116 return data_[idx].total_time;
126 CalculatedDataPoint() : total_time(0), exclusive_time(0) {}
127 uint64_t total_time; member in struct:art::TimingLogger::TimingData::CalculatedDataPoint
timing_logger.cc 176 DCHECK_EQ(ret.data_[open_idx].total_time, 0U);
177 ret.data_[open_idx].total_time += time;
212 uint64_t total_time = timing_data.GetTotalTime(i); local
216 total_time -= total_time % mod_fraction;
223 if (exclusive_time != total_time) {
224 os << "/" << FormatDuration(total_time, tu, kFractionalDigits);
  /external/chromium_org/media/base/
demuxer_perftest.cc 170 double total_time = 0.0; local
196 total_time += (end - start).InSecondsF();
205 kBenchmarkIterations / total_time,
  /external/chromium_org/third_party/webrtc/base/
profiler.h 96 double total_time() const { return total_time_; } function in class:rtc::ProfilerEvent
  /external/srec/srec/include/
comp_stats.h 67 CS_ACC_TIME total_time; member in struct:CS_CLOCK_t
89 float total_time; /*in seconds*/ member in struct:COMP_STATS_t
  /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/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/eigen/bench/spbench/
spbenchsolver.h 217 double total_time; local
250 total_time = solve_time + compute_time;
251 statbuf << " <TOTAL> " << total_time << "</TOTAL>\n"; local
252 std::cout<< "TOTAL TIME : " << total_time <<std::endl;
270 if(!best_time_val || (best_time_val > total_time))
272 best_time_val = 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);
  /cts/tools/dasm/src/java_cup/
Main.java 674 long total_time = final_time - start_time; local
679 + timestr(final_time-start_time, total_time));
681 + timestr(prelim_end-start_time, total_time));
683 + timestr(parse_end-prelim_end, total_time) );
686 + timestr(check_end-parse_end, total_time));
689 + timestr(build_end-check_end, total_time));
692 + timestr(nullability_end-check_end, total_time));
695 + timestr(first_end-nullability_end, total_time));
698 + timestr(machine_end-first_end, total_time));
701 + timestr(table_end-machine_end, total_time));
    [all...]
  /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/base/message_loop/
message_loop_unittest.cc 134 TimeDelta total_time = Time::Now() - start_time; local
135 EXPECT_GT(5000, total_time.InMilliseconds());
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 81 u64 total_time; member in struct:per_pid
94 u64 total_time; member in struct:per_pidcomm
257 c->total_time += (end-start);
258 p->total_time += (end-start);
808 if (c->total_time > 5000000000) /* 5 seconds */
809 sprintf(comm, "%s:%i (%2.2fs)", c->comm, p->pid, c->total_time / 1000000000.0);
811 sprintf(comm, "%s:%i (%3.1fms)", c->comm, p->pid, c->total_time / 1000000.0);
913 if (p->total_time >= threshold && !power_only)
924 if (c->total_time >= threshold && !power_only) {
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...]
  /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/android_webview/renderer/
print_web_view_helper.cc 1904 base::TimeDelta total_time = (base::TimeTicks::Now() - begin_time) + local
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 1863 base::TimeDelta total_time = (base::TimeTicks::Now() - begin_time) + local
    [all...]
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 653 base::TimeDelta total_time = base::Time::Now() - local
656 total_time.InMilliseconds());
659 total_time.InMicroseconds());
    [all...]
  /external/chromium_org/net/http/
http_cache_transaction.cc 2838 TimeDelta total_time = base::TimeTicks::Now() - first_cache_access_since_; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 616 float total_time = 0; local
841 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6
845 printf("\nAvg decoding frame rate=%f\n", (fbd_cnt - 1)/total_time);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 738 float total_time = 0; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2146 int64_t total_time; member in struct:MigrationInfo
    [all...]

Completed in 846 milliseconds

1 2