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

Unified Diff: Source/core/platform/PlatformInstrumentation.cpp

Issue 46663010: DevTools: Show GPU utilization bar on timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressing comments. Created 7 years, 2 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:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/PlatformInstrumentation.cpp
diff --git a/Source/core/platform/PlatformInstrumentation.cpp b/Source/core/platform/PlatformInstrumentation.cpp
index 053d47a204751b90407ee784d35fec91dd3e74e0..b5888f64dd71d990c6c6d2780483cde5ec4d3fcc 100644
--- a/Source/core/platform/PlatformInstrumentation.cpp
+++ b/Source/core/platform/PlatformInstrumentation.cpp
@@ -42,6 +42,9 @@ const char PlatformInstrumentation::DrawLazyPixelRefEvent[] = "Draw LazyPixelRef
const char PlatformInstrumentation::LazyPixelRef[] = "LazyPixelRef";
+const char PlatformInstrumentation::GpuTask[] = "GpuTask";
+const char PlatformInstrumentation::GpuTaskRendererPid[] = "rendererPid";
+
const char PlatformInstrumentation::ImageTypeArgument[] = "imageType";
const char PlatformInstrumentation::CachedArgument[] = "cached";

Powered by Google App Engine
This is Rietveld 408576698