summaryrefslogtreecommitdiffstats
path: root/chrome/browser/performance_monitor/constants.h
diff options
context:
space:
mode:
authorrdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 21:25:27 +0000
committerrdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-05 21:25:27 +0000
commit7fae4295160cdf665965fab31d978e40834ebc50 (patch)
tree9afab045893cbb9963dec08bae63538c64bceae6 /chrome/browser/performance_monitor/constants.h
parentd35b1673a6a0618424a08d18db8fb8d137a95b5b (diff)
downloadchromium_src-7fae4295160cdf665965fab31d978e40834ebc50.zip
chromium_src-7fae4295160cdf665965fab31d978e40834ebc50.tar.gz
chromium_src-7fae4295160cdf665965fab31d978e40834ebc50.tar.bz2
Add a kPerformanceMonitorInterval switch to adjust the time resolution
While the 2-minute interval is good for a real version, where we would have many hours' worth of data, we need an easily-adjustable version for testing the UI. BUG=130212 Review URL: https://chromiumcodereview.appspot.com/10914014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/performance_monitor/constants.h')
-rw-r--r--chrome/browser/performance_monitor/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h
index 7c53281..84681f9 100644
--- a/chrome/browser/performance_monitor/constants.h
+++ b/chrome/browser/performance_monitor/constants.h
@@ -13,7 +13,7 @@ namespace performance_monitor {
extern const char kMetricNotFoundError[];
extern const char kProcessChromeAggregate[];
-extern const int kGatherIntervalInMinutes;
+extern const int kDefaultGatherIntervalInSeconds;
// State tokens
extern const char kStateChromeVersion[];