HomeSort by relevance Sort by last modified time
    Searched refs:total_time (Results 1 - 25 of 41) 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...]
  /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);
  /sdk/emulator/qtools/
profile_pid.cpp 67 uint64_t total_time = 0; local
69 total_time += processes[ii].cpu_time;
77 double per = 100.0 * pstate->cpu_time / total_time;
78 double sum_per = 100.0 * sum_time / total_time;
  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler_unittest.cc 62 EXPECT_NEAR(kWaitSec * 2, event->total_time(), kTolerance * 2);
63 EXPECT_DOUBLE_EQ(event->mean(), event->total_time() / event->event_count());
111 EXPECT_NEAR(kWaitSec * 2, event1->total_time(), kTolerance * 2);
113 event1->total_time() / event1->event_count());
profiler.h 109 double total_time() const { return total_time_; } function in class:talk_base::ProfilerEvent
profiler.cc 134 << " total=" << FormattedTime(it->second.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...]
  /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/chromium_org/tools/perf/metrics/
gpu_rendering_stats.py 10 self.total_time = rs.get('totalTimeInSeconds', 0)
smoothness.py 88 Average(s.total_time, s.screen_frame_count, 1000, 3))
  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 179 double total_time = static_cast<double>(time_spent_total_); local
180 double percentage = (compile_time * 100) / total_time;
d8-posix.cc 142 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
143 if (total_time == -1) return false;
149 if (seconds * 1000 > total_time) return true;
153 if (seconds * 1000000 + useconds > total_time * 1000) {
  /external/ceres-solver/internal/ceres/
linear_solver.h 294 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
  /external/chromium_org/build/android/
bb_run_sharded_steps.py 95 'total_time': (end_time - start_time).seconds,
133 total_time = 0
137 (result['name'], result['exit_code'], result['total_time'],
139 total_time += result['total_time']
141 print 'Bots time: %d secs' % total_time
  /external/eigen/bench/spbench/
spbenchsolver.h 72 double total_time; member in struct:Stats
155 stat.total_time = stat.solve_time + stat.compute_time;
218 best_time_val = stat[solver_id].total_time;
221 else if (stat[solver_id].total_time < best_time_val)
223 best_time_val = stat[solver_id].total_time;
230 cout<< "TOTAL TIME : " << stat[solver_id].total_time<< " \n";
260 total << markup << stat[i].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/chrome/browser/net/
load_time_stats.cc 127 base::TimeDelta total_time() { return total_time_; } function in class:chrome_browser_net::LoadTimeStats::TabLoadStats::PerStatusStats
215 base::TimeDelta total_time; local
219 total_time += status_times_[status];
221 if (total_time.InMilliseconds() <= 0)
229 total_time.InMilliseconds();
521 status_stats->total_time().InMilliseconds() / elapsed.InMilliseconds();
  /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 258 def HardTimeout(total_time):
259 return total_time >= 0.0 and time.time() - time_started >= total_time
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 250 def TimedOut(self, total_time):
251 return (total_time >= 0.0 and
252 (time.time() - self.last_activity) >= total_time)
  /external/linux-tools-perf/
builtin-timechart.c 87 u64 total_time; member in struct:per_pid
100 u64 total_time; member in struct:per_pidcomm
267 c->total_time += (end-start);
268 p->total_time += (end-start);
818 if (c->total_time > 5000000000) /* 5 seconds */
819 sprintf(comm, "%s:%i (%2.2fs)", c->comm, p->pid, c->total_time / 1000000000.0);
821 sprintf(comm, "%s:%i (%3.1fms)", c->comm, p->pid, c->total_time / 1000000.0);
925 if (p->total_time >= threshold && !power_only)
936 if (c->total_time >= threshold && !power_only) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
event_test.cc 233 long total_time = 0; local
250 total_time += cur_time;
253 *duration = total_time / TRIES_TO_AVERAGE;
  /external/v8/src/
d8-posix.cc 142 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
143 if (total_time == -1) return false;
149 if (seconds * 1000 > total_time) return true;
153 if (seconds * 1000000 + useconds > total_time * 1000) {
  /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

Completed in 887 milliseconds

1 2