Searched refs:start_time (Results 101 - 125 of 390) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader_unittest.cc111 base::TimeTicks start_time = base::TimeTicks::Now(); local
113 base::TimeDelta time_passed = base::TimeTicks::Now() - start_time;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp74 double start_time = get_time(); local
101 double ctime = get_time() - start_time;
/external/chromium_org/tools/real_world_impact/
H A Dreal_world_impact.py239 start_time = time.time()
250 PrintElapsedTime(time.time() - start_time)
277 start_time = time.time()
302 elapsed_time = (time.time() - start_time, url)
308 start_time = time.time()
314 PrintElapsedTime(time.time() - start_time, elapsed_detail)
360 start_time = time.time()
365 PrintElapsedTime(time.time() - start_time)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_page.py90 start_time = time.time()
95 remaining_time = max(timeout - (time.time() - start_time), 0.0)
H A Dinspector_websocket.py110 start_time = time.time()
123 elapsed_time = time.time() - start_time
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo.py67 start_time = timestamp
69 yield timestamp - start_time, bmp.Crop(*content_box)
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp74 double start_time = get_time(); local
101 double ctime = get_time() - start_time;
/external/chromium_org/cc/debug/
H A Drendering_stats_instrumentation.h48 base::TimeDelta EndRecording(base::TimeTicks start_time) const;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_list.h88 base::Time start_time; member in struct:drive::JobInfo
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc45 start_time(start),
H A Ddownload_row.h70 base::Time start_time; member in struct:history::DownloadRow
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_term_feature_extractor.cc62 base::TimeTicks start_time; member in struct:safe_browsing::PhishingTermFeatureExtractor::ExtractionState
68 : start_time(start_time_ticks),
162 if (now - state_->start_time >=
282 clock_->Now() - state_->start_time);
/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.h56 base::Time start_time() const { function in class:cloud_print::JobStatusUpdater
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_storage.cc67 TimeTicks start_time = TimeTicks::Now(); local
78 TimeTicks::Now() - start_time);
98 TimeTicks start_time = TimeTicks::Now(); local
105 TimeTicks::Now() - start_time);
/external/chromium_org/components/captive_portal/
H A Dcaptive_portal_detector_unittest.cc181 base::Time start_time; local
183 &start_time));
188 SetTime(start_time);
192 results.retry_after_delta = retry_after_time - start_time;
/external/chromium_org/content/browser/download/
H A Ddownload_item_factory.h49 const base::Time& start_time,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.h82 time_t start_time; // If enabled, when was profiling started? member in struct:ProfileData::State
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.h82 time_t start_time; // If enabled, when was profiling started? member in struct:ProfileData::State
/external/chromium_org/ui/gfx/animation/
H A Dmulti_animation.h68 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
/external/chromium_org/ppapi/tests/
H A Dtest_case.h620 PP_TimeTicks start_time(NowInTimeTicks()); \
623 start_time); \
631 PP_TimeTicks start_time(NowInTimeTicks()); \
634 start_time); \
640 PP_TimeTicks start_time(NowInTimeTicks()); \
644 start_time); \
649 PP_TimeTicks start_time(NowInTimeTicks()); \
653 start_time); \
682 PP_TimeTicks start_time(NowInTimeTicks()); \
685 start_time); \
[all...]
/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc103 double start_time = WallTimeInSeconds(); local
104 double iteration_start_time = start_time;
161 WallTimeInSeconds() - start_time
222 const double total_solver_time = iteration_start_time - start_time +
375 WallTimeInSeconds() - start_time
H A Dcanonical_views_clustering.cc91 time_t start_time = time(NULL); local
95 << time(NULL) - start_time;
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc629 base::TimeTicks start_time = base::TimeTicks::Now(); local
634 base::Bind(&ProcTask::DoLookup, this, start_time, attempt_number_),
644 start_time, attempt_number_, ERR_UNEXPECTED, 0));
668 void DoLookup(const base::TimeTicks& start_time, argument
681 base::Bind(&ProcTask::OnLookupComplete, this, results, start_time,
698 const base::TimeTicks& start_time,
720 RecordPerformanceHistograms(start_time, error, os_error);
722 RecordAttemptHistograms(start_time, attempt_number, error, os_error);
766 void RecordPerformanceHistograms(const base::TimeTicks& start_time, argument
779 base::TimeDelta duration = base::TimeTicks::Now() - start_time;
697 OnLookupComplete(const AddressList& results, const base::TimeTicks& start_time, const uint32 attempt_number, int error, const int os_error) argument
832 RecordAttemptHistograms(const base::TimeTicks& start_time, const uint32 attempt_number, const int error, const int os_error) const argument
1052 OnTransactionComplete(const base::TimeTicks& start_time, DnsTransaction* transaction, int net_error, const DnsResponse* response) argument
1132 OnSortComplete(base::TimeTicks start_time, bool success, const AddressList& addr_list) argument
1492 OnProcTaskComplete(base::TimeTicks start_time, int net_error, const AddressList& addr_list) argument
2158 base::TimeTicks start_time = base::TimeTicks::Now(); local
[all...]
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc194 base::TimeTicks start_time) {
199 start_time,
207 base::TimeTicks start_time,
213 start_time_ = start_time;
230 base::TimeTicks start_time) {
250 start_time_ = start_time;
190 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time) argument
203 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time, base::TimeDelta duration) argument
222 Fling(float start_x, float start_y, float velocity_x, float velocity_y, float min_x, float max_x, float min_y, float max_y, base::TimeTicks start_time) argument
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dgjslint.py229 start_time = time.time()
285 print 'Done in %s.' % _FormatTime(time.time() - start_time)

Completed in 586 milliseconds

1234567891011>>