Histogram GPU.HardwareAccelerationModeEnabled is unmapped |
||
Issue descriptionThe histogram 'GPU.HardwareAccelerationModeEnabled' is present in Chromium source code but does not appear in histograms.xml. This means that data is collected for the histogram but nothing useful is done with it. The histogram was defined in chrome/browser/gpu/gpu_mode_manager.cc at line 56. https://cs.chromium.org/chromium/src/chrome/browser/gpu/gpu_mode_manager.cc?l=56 It may have moved by the time you read this. Please remove the histogram 'GPU.HardwareAccelerationModeEnabled' from the source code. If it was very recently added, it may be worth adding it to histograms.xml instead, but probably not. This bug was automatically assigned based on git blame information. If you are not the correct assignee for this bug, please delete the histogram anyway.
,
Sep 5 2016
The histogram was added to the source code in https://codereview.chromium.org/14113002 It was never added to histograms.xml.
,
Aug 22 2017
,
May 10 2018
Why must it have a corresponding histogram defined? What's the point in having a histogram if no-one ever looks at the data? |
||
►
Sign in to add a comment |
||
Comment 1 by zmo@chromium.org
, Sep 2 2016