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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10985036: Added units to the --performance-monitor-gathering flag description (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b8b5964a81bc7b18e5033575ff8bfc86ac9e7571..51ddea3004678378e7ad9bc2d35a4d24c34470dd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -996,7 +996,8 @@ const char kParentProfile[] = "parent-profile";
// usage, and will also store information about events which may be of interest,
// such as extension-related occurrences and crashes. Optionally, this may be
// run with an integer value representing the interval between the timed
-// metric gatherings (if invalid or not provided, the default interval is used).
+// metric gatherings, measured in seconds (if invalid or not provided, the
+// default interval is used).
const char kPerformanceMonitorGathering[] = "performance-monitor-gathering";
// Read previously recorded data from the cache. Only cached data is read.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698