New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 736523 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
not on Chrome anymore
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

In GPU hang crash dumps using_high_res_timer is always false

Project Member Reported by stanisc@chromium.org, Jun 23 2017

Issue description

The bug is regarding these two lines of code:

  bool using_high_res_timer = base::Time::IsHighResolutionTimerInUse();
  base::debug::Alias(&using_high_res_timer);

The reason using_high_res_timer is always false is because HiResTimeManager is missing in GPU process - see  Issue 736490 .

IsHighResolutionTimerTimerInUse indicates whether the machine has any delayed tasks with short delay and the machine is on AC power. That's probably not what we wanted to log. I wonder if what was really meant here is TimeTicks::IsHighResolution?
 
Status: Fixed (was: Assigned)
Fixed by r492154

Sign in to add a comment