Index: cc/base/switches.cc |
diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
index 5bfa6aeff8becccc0d35d4f913a7b6e9219230c4..27e63b50032e3c0aa5b04dc5f35578c27d6f9872 100644 |
--- a/cc/base/switches.cc |
+++ b/cc/base/switches.cc |
@@ -72,7 +72,9 @@ const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking"; |
const char kShowCompositedLayerBorders[] = "show-composited-layer-borders"; |
const char kUIShowCompositedLayerBorders[] = "ui-show-layer-borders"; |
-// Draws a FPS indicator |
+// Draws a heads-up-display showing Frames Per Second as well as GPU memory |
+// usage. If you also use --vmodule="head*=1" then FPS will also be output to |
+// the console log. |
const char kShowFPSCounter[] = "show-fps-counter"; |
const char kUIShowFPSCounter[] = "ui-show-fps-counter"; |