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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1950723002: Remove WebGraphicsContext3D reason from the CauseForGpuLaunch enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: launch-reasons: fix-software Created 4 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1dd9c545a78f4e7af695a67016fff27854fd05c0..e2101ce43a4246561dd2fba6f325b20117329d19 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73991,6 +73991,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
CAUSE_FOR_GPU_LAUNCH_JPEGDECODEACCELERATOR_INITIALIZE
</int>
<int value="13" label="Mojo Setup">CAUSE_FOR_GPU_LAUNCH_MOJO_SETUP</int>
+ <int value="14" label="Get Gpu Service Registry">
+ CAUSE_FOR_GPU_LAUNCH_GET_GPU_SERVICE_REGISTRY
+ </int>
+ <int value="15" label="Browser shared main thread context">
+ CAUSE_FOR_GPU_LAUNCH_BROWSER_SHARED_MAIN_THREAD_CONTEXT
+ </int>
+ <int value="16" label="Renderer shared main thread context">
+ CAUSE_FOR_GPU_LAUNCH_RENDERER_SHARED_MAIN_THREAD_CONTEXT
+ </int>
+ <int value="17" label="WebGL context">CAUSE_FOR_GPU_LAUNCH_WEBGL_CONTEXT</int>
+ <int value="18" label="Shared worker thread context">
+ CAUSE_FOR_GPU_LAUNCH_SHARED_WORKER_THREAD_CONTEXT
+ </int>
+ <int value="19" label="Renderer verify GPU compositing">
+ CAUSE_FOR_GPU_LAUNCH_RENDERER_VERIFY_GPU_COMPOSITING
+ </int>
+ <int value="20" label="Display compositor context">
+ CAUSE_FOR_GPU_LAUNCH_DISPLAY_COMPOSITOR_CONTEXT
+ </int>
</enum>
<enum name="GzipEncodingFixupResult" type="int">
« content/renderer/render_widget.cc ('K') | « content/renderer/renderer_blink_platform_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698