diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 17:43:31 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 17:43:31 +0000 |
commit | 843bc46d19e445e0f29abdd8113988b52e6f5990 (patch) | |
tree | 1e5c86d00420ffb71289da31e3832ea867b321ed /chrome/browser/chrome_browser_main.h | |
parent | 9782f9a248619b96df51b833e4b542146659b442 (diff) | |
download | chromium_src-843bc46d19e445e0f29abdd8113988b52e6f5990.zip chromium_src-843bc46d19e445e0f29abdd8113988b52e6f5990.tar.gz chromium_src-843bc46d19e445e0f29abdd8113988b52e6f5990.tar.bz2 |
Consolidate RecordBrowserStartupTime() into one location
* Create a CurrentProcessInfo class as a central storage place for information about the current process. For now store the process creation time there.
* Move RecordBrowserStartupTime() int browser_main.cc.
The motivation for this is that we will want to add some more UMA measurements which require knowledge of the process startup time.
BUG=None
Test=Chrome should continue to compile on all platforms.
TEST=
Review URL: https://chromiumcodereview.appspot.com/10561009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main.h')
-rw-r--r-- | chrome/browser/chrome_browser_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h index 790d541..84d1b38 100644 --- a/chrome/browser/chrome_browser_main.h +++ b/chrome/browser/chrome_browser_main.h @@ -237,7 +237,7 @@ void RecordBreakpadStatusUMA(MetricsService* metrics); void WarnAboutMinimumSystemRequirements(); // Records the time from our process' startup to the present time in -// the UMA histogram |metric_name|. +// the Startup.BrowserMessageLoopStartTime UMA histogram. void RecordBrowserStartupTime(); // Records a time value to an UMA histogram in the context of the |