Searched refs:start_time (Results 151 - 175 of 390) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/tests/
H A Dtesting_instance.h74 // PP_TimeTicks start_time(core.GetTimeTicks());
75 // LogTest("Foo", FooTest(), start_time);
89 PP_TimeTicks start_time);
/external/chromium_org/storage/browser/quota/
H A Dquota_temporary_storage_evictor.h60 base::Time start_time; member in struct:storage::QuotaTemporaryStorageEvictor::EvictionRoundStatistics
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc286 fetch_state_.start_time = base::Time::Now();
388 if (!fetch_state_.request_succeeded || fetch_state_.start_time.is_null() ||
389 fetch_state_.end_time < fetch_state_.start_time ||
400 fetch_state_.end_time - fetch_state_.start_time);
/external/chromium_org/build/android/pylib/perf/
H A Dtest_runner.py223 start_time = datetime.datetime.now()
253 test_name, exit_code, (end_time - start_time).seconds,
272 'total_time': (end_time - start_time).seconds,
/external/chromium_org/cc/input/
H A Dtop_controls_manager.cc204 double start_time = local
207 FloatKeyframe::Create(start_time, client_->ControlsTopOffset(),
212 FloatKeyframe::Create(start_time + kShowHideMaxDurationMs,
/external/chromium_org/tools/win/link_limiter/
H A Dlimiter.cc218 ULONGLONG start_time = 0, end_time = 0; local
231 start_time = GetTickCount64();
240 (end_time - start_time) / 1000.0);
/external/ceres-solver/internal/ceres/
H A Dvisibility_based_preconditioner.cc94 const time_t start_time = time(NULL); local
118 << init_time - start_time
119 << " structure time: " << structure_time - start_time
344 const time_t start_time = time(NULL); local
392 VLOG(2) << "Compute time: " << time(NULL) - start_time;
/external/chromium_org/extensions/browser/
H A Dquota_service_unittest.cc148 static void DoMoreThan2PerMinuteFor5Minutes(const TimeTicks& start_time, argument
155 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(10 + m)));
161 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(15 + m)));
165 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(20 + m)));
167 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(50 + m)));
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.cc66 Sender* sender, size_t num_bytes, QuicTime start_time) {
67 pending_transfers_.push_back(Transfer(sender, num_bytes, start_time));
124 QuicTime::Delta transfer_send_time = it->start_time.Subtract(clock_->Now());
125 if (clock_->Now() >= it->start_time) {
308 clock_->Now().Subtract(transfer->start_time);
65 AddTransfer( Sender* sender, size_t num_bytes, QuicTime start_time) argument
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc100 base::TimeDelta start_time; member in struct:net::__anon9759::ReplayLogEntry
176 entry.start_time = delta;
364 entry.start_time = base::TimeDelta();
443 if (time_since_start < entry.start_time) {
448 entry.start_time - time_since_start);
/external/chromium_org/third_party/cython/src/Cython/Tests/
H A Dxmlrunner.py77 return self.test_result.stop_time - self.test_result.start_time
123 self.start_time = self.stop_time = 0
150 self.start_time = time.time()
344 start_time = time.time()
347 time_taken = stop_time - start_time
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3_unittest.cc59 base::Time start_time() const { return start_time_; } function in class:__anon9155::TestCacheTables
428 int timestamp1 = index.CalculateTimestamp(cache.start_time());
429 int timestamp2 = index.CalculateTimestamp(cache.start_time() +
433 int timestamp3 = index.CalculateTimestamp(cache.start_time() +
437 int timestamp4 = index.CalculateTimestamp(cache.start_time() +
441 int timestamp5 = index.CalculateTimestamp(cache.start_time() +
445 int timestamp6 = index.CalculateTimestamp(cache.start_time() -
450 int timestamp7 = index.CalculateTimestamp(cache.start_time() -
452 int timestamp8 = index.CalculateTimestamp(cache.start_time() -
457 int timestamp9 = index.CalculateTimestamp(cache.start_time()
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dmanager.py223 start_time = time.time()
283 self._look_for_new_crash_logs(initial_results, start_time)
285 self._look_for_new_crash_logs(retry_results, start_time)
315 self._printer.print_results(time.time() - start_time, initial_results, summarized_failing_results)
380 def _look_for_new_crash_logs(self, run_results, start_time):
385 start_time: time the tests started at. We're looking for crash
399 sample_files = self._port.look_for_new_samples(crashed_processes, start_time)
405 crash_logs = self._port.look_for_new_crash_logs(crashed_processes, start_time)
/external/chromium_org/net/url_request/
H A Durl_request_throttler_simulation_unittest.cc93 TimeTicks start_time = TimeTicks(); local
94 TimeTicks now = start_time;
95 while ((now - start_time) <= maximum_simulated_duration) {
133 void SetDowntime(const TimeTicks& start_time, const TimeDelta& duration) { argument
134 start_downtime_ = start_time;
135 end_downtime_ = start_time + duration;
/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.cc94 TimeTicks start_time = TimeTicks::Now(); local
109 TimeTicks::Now() - start_time);
112 TimeTicks::Now() - start_time);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_benchmark.cc184 base::TimeTicks start_time = base::TimeTicks::Now(); local
198 if ((end_time - start_time).InMillisecondsF() > 1000) {
214 float ms = (end_time - start_time).InMillisecondsF() / iterations;
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_perftest.cc181 const MojoTimeTicks start_time = MojoGetTimeTicksNow(); local
230 1000000.0 * static_cast<double>(num_writes) / (end_time - start_time),
239 1000000.0 * static_cast<double>(num_reads) / (end_time - start_time),
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py221 start_time = time.time()
227 cur_elapsed = time.time() - start_time
234 (data_sent, time.time() - start_time))
/external/chromium_org/v8/tools/testrunner/local/
H A Dexecution.py49 start_time = time.time()
57 return (job.id, dep_output, time.time() - start_time)
59 return (job.id, output, time.time() - start_time)
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c296 time_t start_time, dtime; local
327 start_time = time(NULL);
339 dtime = time(NULL) - start_time;
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay.h123 base::TimeTicks CalculateEndTimeLocked(base::TimeTicks start_time);
/external/chromium_org/chrome/browser/chromeos/power/
H A Dcpu_data_collector.cc108 base::Time start_time = base::Time::Now(); local
181 base::TimeDelta(base::Time::Now() - start_time).InMilliseconds();
196 base::Time start_time = base::Time::Now(); local
275 base::TimeDelta(base::Time::Now() - start_time).InMilliseconds();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_callbacks.h109 void SetConnectionOpenStartTime(const base::TimeTicks& start_time);
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h147 const base::Time& start_time,
/external/chromium_org/media/base/
H A Daudio_renderer_mixer_unittest.cc439 base::TimeTicks start_time = base::TimeTicks::Now(); local
443 ASSERT_TRUE(base::TimeTicks::Now() - start_time < kTestTimeout);
454 start_time = base::TimeTicks::Now();
458 ASSERT_TRUE(base::TimeTicks::Now() - start_time < kTestTimeout);

Completed in 645 milliseconds

1234567891011>>