Searched refs:unload_start_time (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.cc163 base::TimeTicks unload_start_time = close_start_time_; local
166 unload_start_time = before_unload_end_time_;
169 base::TimeDelta unload_time = unload_end_time - unload_start_time;
173 base::TimeTicks unload_start_time = close_start_time_; local
175 unload_start_time = before_unload_end_time_;
177 UMA_HISTOGRAM_TIMES("Tab.Close.UnloadTime", now - unload_start_time);

Completed in 82 milliseconds