From 7fae4295160cdf665965fab31d978e40834ebc50 Mon Sep 17 00:00:00 2001 From: "rdevlin.cronin@chromium.org" Date: Wed, 5 Sep 2012 21:25:27 +0000 Subject: 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 --- chrome/browser/performance_monitor/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/performance_monitor/constants.h') 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[]; -- cgit v1.1