HomeSort by relevance Sort by last modified time
    Searched defs:Startup (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/perf/measurements/
startup.py 9 class Startup(page_measurement.PageMeasurement):
10 """Performs a measurement of Chromium's startup performance.
20 'Startup.BrowserMessageLoopStartTimeFromMainEntry',
21 'window_display_time' : 'Startup.BrowserWindowDisplay',
22 'open_tabs_time' : 'Startup.BrowserOpenTabs'}
25 super(Startup, self).__init__(needs_browser_restart_after_each_run=True)
  /art/runtime/
atomic.cc 41 void QuasiAtomic::Startup() {
thread.cc 870 // thread-startup states if it's early enough in their life cycle (http://b/7432159).
    [all...]

Completed in 171 milliseconds