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

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

Issue 1960803002: Split the media context from the compositor worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 e90225b3bbe8761140ebebe1137f7e9e401f90b3..39b8731ac40f75e48212b7b0f430f1d725ac7662 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -74243,6 +74243,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">
@@ -89853,6 +89856,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>
« content/renderer/render_thread_impl.cc ('K') | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698