Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2638933003: Add SHA1 data checksum to on-disk shader cache (Closed)
Patch Set: Add a histogram to track shader load prefix mismatches. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 00516232f1f909153184acf573263a89bae8a4dc..ba680d02c5383ea1c9c9e8ccbc3d2a564c484dba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20380,6 +20380,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.ShaderLoadPrefixOK">
Ilya Sherman 2017/01/19 02:08:43 Please add an enum (just in this file) with labels
ericrk 2017/01/19 23:25:59 There was already a BooleanMatched enum which seem
+ <owner>ericrk@chromium.org</owner>
+ <summary>
+ Whether or not the shader prefix loaded from disk matched the expected
+ prefix for the data and system configuration. False indicates either disk
+ corruption or a system configuration change, and should be rare.
+ </summary>
+</histogram>
+
<histogram name="GPU.TextureRG" enum="BooleanAvailable">
<owner>reveman@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698