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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1960803002: Split the media context from the compositor worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: workerthread: streams 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
« no previous file with comments | « content/renderer/render_widget.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 3921956b4b61c6d2c30b9ad797a7e54f7f63f745..d5856b3c727fe07c0731dc808577bdc7604719d6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -74390,6 +74390,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="20" label="Display compositor context">
CAUSE_FOR_GPU_LAUNCH_DISPLAY_COMPOSITOR_CONTEXT
</int>
+ <int value="21" label="Media worker context">
+ CAUSE_FOR_GPU_LAUNCH_MEDIA_CONTEXT
+ </int>
</enum>
<enum name="GzipEncodingFixupResult" type="int">
@@ -90020,6 +90023,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="VideoCapture"
label="A VideoCapture GPU command buffer context"/>
<suffix name="WebGL" label="A WebGL GPU command buffer context"/>
+ <suffix name="Media" label="The media worker command buffer context"/>
<affected-histogram name="GPU.ContextLost"/>
</histogram_suffixes>
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698