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

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: 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..06e022e0cc6e1837dee23ac74ebb9eb85f1ddd4f 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[] = "renderer_pid";
yurys 2013/10/31 15:06:52 Please be consistent with the event naming style a
alph 2013/10/31 16:58:00 Done. rendererPid
+
const char PlatformInstrumentation::ImageTypeArgument[] = "imageType";
const char PlatformInstrumentation::CachedArgument[] = "cached";

Powered by Google App Engine
This is Rietveld 408576698