diff --git a/res/values/strings.xml b/res/values/strings.xml
index 58e2cfb99b8..2810a95cbdb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3589,11 +3589,21 @@
Flash areas of screen when they update
+
+ Show GPU screen updates
+
+ Flash areas of screen when they update with the GPU
+
Disable overlays
Don\'t use overlays for screen compositing
+
+ Show layout bounds
+
+ Display information about boumds, padding, etc.
+
Show CPU usage
@@ -3604,6 +3614,11 @@
Use 2D hardware acceleration in applications
+
+ Profile GPU rendering
+
+ Measure rendering time in adb shell dumpsys gfxinfo
+
Window animation scale
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index fc41f5e4e8d..ab8aad3d292 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -88,6 +88,11 @@
android:title="@string/show_touches"
android:summary="@string/show_touches_summary"/>
+
+
+
+
+
+