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

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc961 static base::Time last_gpu_crash_time; local
994 int hours_different = (current_time - last_gpu_crash_time).InHours();
1000 last_gpu_crash_time = current_time;

Completed in 74 milliseconds