Searched defs:start_time (Results 101 - 125 of 239) sorted by relevance

12345678910

/external/chromium_org/components/metrics/
H A Dmetrics_service.h65 base::TimeTicks start_time; member in struct:metrics::SyntheticTrialGroup
/external/chromium_org/components/sync_driver/
H A Dnon_ui_data_type_controller.cc350 base::TimeTicks start_time = base::TimeTicks::Now(); local
380 RecordAssociationTime(base::TimeTicks::Now() - start_time);
H A Dui_data_type_controller.cc166 base::TimeTicks start_time = base::TimeTicks::Now(); local
195 RecordAssociationTime(base::TimeTicks::Now() - start_time);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.h84 base::Time start_time; member in struct:content::IndexedDBTransaction::Diagnostics
/external/chromium_org/content/gpu/
H A Dgpu_main.cc116 base::Time start_time = base::Time::Now(); local
355 child_thread->Init(start_time);
/external/chromium_org/dbus/
H A Ddbus_statistics.cc121 base::Time start_time() { return start_time_; } function in class:dbus::__anon7967::DBusStatistics
188 base::TimeDelta dtime = base::Time::Now() - g_dbus_statistics->start_time();
H A Dexported_object.cc93 const base::TimeTicks start_time = base::TimeTicks::Now(); local
98 start_time,
140 void ExportedObject::SendSignalInternal(base::TimeTicks start_time, argument
149 base::TimeTicks::Now() - start_time);
207 const base::TimeTicks start_time = base::TimeTicks::Now(); local
215 start_time));
222 start_time,
233 base::TimeTicks start_time) {
239 start_time,
243 void ExportedObject::SendResponse(base::TimeTicks start_time, argument
231 RunMethod(MethodCallCallback method_call_callback, scoped_ptr<MethodCall> method_call, base::TimeTicks start_time) argument
260 OnMethodCompleted(scoped_ptr<MethodCall> method_call, scoped_ptr<Response> response, base::TimeTicks start_time) argument
[all...]
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_time_tracker.cc104 const base::Time& start_time,
127 log.request_start_time = start_time;
102 LogRequestStartTime( int64 request_id, const base::Time& start_time, const GURL& url, void* profile) argument
/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/gpu/command_buffer/service/
H A Dgpu_tracer.cc45 int64 start_time,
52 start_time); local
44 Trace(const std::string& name, int64 start_time, int64 end_time) argument
/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);
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber_unittest.cc78 base::TimeTicks start_time = sender_clock_->NowTicks(); local
120 base::TimeDelta duration = end_time - start_time;
142 base::TimeTicks start_time = sender_clock_->NowTicks(); local
174 base::TimeDelta duration = end_time - start_time;
206 base::TimeTicks start_time = sender_clock_->NowTicks(); local
227 base::TimeDelta duration = end_time - start_time;
326 base::TimeTicks start_time = sender_clock_->NowTicks(); local
434 base::TimeDelta duration = end_time - start_time;
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.h82 // discard. For all other stream types, if FFmpegDemuxer::start_time() is
186 base::TimeDelta start_time() const { return start_time_; } function in class:media::FFmpegDemuxer
/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/native_client_sdk/src/libraries/xray/
H A Dbrowser.c69 struct XRayTimestampPair start_time = XRayFrameGetStartTimestampPair( local
74 double pdiff = (end_time.pepper - start_time.pepper);
75 double odiff = (end_time.xray - start_time.xray);
/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/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
H A Dsend_algorithm_simulator.h75 Transfer(Sender* sender, QuicByteCount num_bytes, QuicTime start_time) argument
81 start_time(start_time) {}
88 QuicTime start_time; member in struct:net::SendAlgorithmSimulator::Transfer
157 void AddTransfer(Sender* sender, size_t num_bytes, QuicTime start_time);
/external/chromium_org/net/tools/get_server_time/
H A Dget_server_time.cc242 const base::Time start_time = base::Time::Now(); local
248 UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime(start_time)).c_str(),
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc126 PP_TimeTicks start_time) {
132 PP_TimeTicks elapsed_time(end_time - start_time);
124 LogTest(const std::string& test_name, const std::string& error_message, PP_TimeTicks start_time) argument
/external/chromium_org/sync/internal_api/public/
H A Dhttp_bridge.h192 base::Time start_time; member in struct:syncer::HttpBridge::URLFetchState
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.c737 int64_t start_time = 0; local
741 start_time = os_time_get();
767 os_time_get() - start_time >= timeout) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c551 int64_t start_time = 0; local
555 start_time = os_time_get();
581 os_time_get() - start_time >= timeout) {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_capture.cc222 webrtc::TickTime start_time = webrtc::TickTime::Now(); local
225 (webrtc::TickTime::Now() - start_time).Milliseconds() < 10000) {
/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);

Completed in 987 milliseconds

12345678910