Searched refs:total_time (Results 1 - 25 of 38) sorted by relevance

12

/external/srec/srec/crec/
H A Dcomp_stats.c63 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, f
[all...]
/external/chromium_org/tools/perf/metrics/
H A Dcpu.py66 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
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dprofiler_unittest.cc64 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());
H A Dprofiler.h113 double total_time() const { return total_time_; } function in class:talk_base::ProfilerEvent
H A Dprofiler.cc195 << " total=" << FormattedTime(profiler_event.total_time())
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler_unittest.cc47 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());
H A Dprofiler.h96 double total_time() const { return total_time_; } function in class:rtc::ProfilerEvent
H A Dprofiler.cc178 << " total=" << FormattedTime(profiler_event.total_time())
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc67 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++;
/external/srec/srec/include/
H A Dcomp_stats.h67 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/
H A Dspbenchsolver.h217 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/
H A Ddemuxer_perftest.cc170 double total_time = 0.0; local
196 total_time += (end - start).InSecondsF();
205 kBenchmarkIterations / total_time,
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl466 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/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py146 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
[all...]
H A Dprinting_unittest.py176 total_time = fake_results.run_time + 1
177 printer._print_one_line_summary(total_time, fake_results)
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py273 def HardTimeout(total_time):
274 return total_time >= 0.0 and time.time() - time_started >= total_time
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py286 def TimedOut(self, total_time):
287 return (total_time >= 0.0 and
288 (time.time() - self.last_activity) >= total_time)
/external/ceres-solver/internal/ceres/
H A Dlinear_solver.h325 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c81 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) {
/external/chromium_org/content/browser/loader/
H A Dresource_loader.cc677 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);
/external/chromium_org/v8/src/
H A Dd8-posix.cc119 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) { argument
120 if (total_time == -1) return false;
126 if (seconds * 1000 > total_time) return true;
130 if (seconds * 1000000 + useconds > total_time * 1000) {
/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc1467 base::TimeDelta total_time = base::TimeTicks::Now() - start_time_;
1468 UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTime", total_time);
1471 UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTimeSuccess", total_time);
1473 UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTimeCancel", total_time);
1478 UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTimeCached", total_time);
1480 UMA_HISTOGRAM_TIMES("Net.HttpJob.TotalTimeNotCached", total_time);
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc276 base::TimeDelta total_time = base::TimeTicks::HighResNow() - t0; local
288 result->Set(v8::String::NewFromUtf8(isolate, "total_time"),
289 v8::Number::New(isolate, total_time.InMillisecondsF()));
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_coordinator.cc233 int64_t total_time = NaClGetTimeOfDayMicroseconds() - pnacl_init_time_; local
239 pexe_size_, translate_thread_->GetCompileTime(), total_time);
/external/lldb/examples/python/
H A Dperformance.py306 with Timer() as total_time:
323 print('Total time = %.03f sec.' % total_time.interval)

Completed in 655 milliseconds

12