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

1 2

  /external/srec/srec/crec/
comp_stats.c 63 c.total_time = 0;
81 pfprintf(fp, "Total Time %5.2f Seconds\n", cs->total_time);
83 print_cs_clock(&cs->front_end, cs->total_time, fp, "Front end", "Frames");
84 print_cs_clock(&cs->overall_search, cs->total_time, fp, "Total Search", "Frames");
85 print_cs_clock(&cs->models, cs->total_time, fp, " Models", "Models");
86 print_cs_clock(&cs->internal_hmm, cs->total_time, fp, " Internal HMM", "HMMs");
87 print_cs_clock(&cs->fsm_to_hmm, cs->total_time, fp, " FSM to HMM", "FSM_Nodes");
88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States");
89 print_cs_clock(&cs->hmm_to_fsm, cs->total_time, fp, " HMM to FSM", "HMMS");
90 print_cs_clock(&cs->epsilon, cs->total_time, fp, " Epsilon", "FSM_Nodes")
    [all...]
  /external/chromium_org/tools/perf/metrics/
cpu.py 66 total_time = (cpu_stats[process_type]['TotalTime'] -
68 assert total_time > 0, 'Expected total_time > 0, was: %d' % total_time
69 cpu_usage[process_type] = float(cpu_process_time) / total_time
  /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);
  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler_unittest.cc 64 EXPECT_NEAR(kWaitSec * 2, event->total_time(), kTolerance * 2);
65 EXPECT_DOUBLE_EQ(event->mean(), event->total_time() / event->event_count());
115 EXPECT_NEAR(kWaitSec * 2, event1->total_time(), kTolerance * 2);
117 event1->total_time() / event1->event_count());
profiler.h 113 double total_time() const { return total_time_; } function in class:talk_base::ProfilerEvent
profiler.cc 195 << " total=" << FormattedTime(profiler_event.total_time())
  /external/chromium_org/third_party/webrtc/base/
profiler_unittest.cc 47 EXPECT_NEAR(kWaitSec * 2, event->total_time(), kTolerance * 2);
48 EXPECT_DOUBLE_EQ(event->mean(), event->total_time() / event->event_count());
98 EXPECT_NEAR(kWaitSec * 2, event1->total_time(), kTolerance * 2);
100 event1->total_time() / event1->event_count());
profiler.h 96 double total_time() const { return total_time_; } function in class:rtc::ProfilerEvent
profiler.cc 178 << " total=" << FormattedTime(profiler_event.total_time())
  /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/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.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);
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
  /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/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/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;
  /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/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...]
  /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);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 146 def _print_timing_statistics(self, total_time, run_results):
148 self._print_debug(" %6.2f total testing time" % total_time)
161 stats.setdefault(result.worker_name, {'num_tests': 0, 'total_time': 0})
163 stats[result.worker_name]['total_time'] += result.total_run_time
167 self._print_debug(" %10s: %5d tests, %6.2f secs" % (worker_name, stats[worker_name]['num_tests'], stats[worker_name]['total_time']))
224 stats.setdefault(result.shard_name, {'num_tests': 0, 'total_time': 0})
226 stats[result.shard_name]['total_time'] += result.total_run_time
232 rounded_time = round(stats[directory]['total_time'], 1)
276 def _print_one_line_summary(self, total_time, run_results):
283 serial_time = total_time - min(run_results.run_time, parallel_time
    [all...]
  /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/ceres-solver/internal/ceres/
linear_solver.h 325 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
  /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) {
  /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/browser/loader/
resource_loader.cc 677 TimeDelta total_time = base::TimeTicks::Now() - request_->creation_time(); local
684 total_time);
688 total_time);
693 UMA_HISTOGRAM_TIMES("Net.Prefetch.TimeBeforeCancel", total_time);

Completed in 1518 milliseconds

1 2