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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 8085026: Add a metric to Chrome to measure fragmentation of chrome.dll at startup.BUG=98033TEST=None (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/chrome_browser_main.cc
===================================================================
--- chrome/browser/chrome_browser_main.cc (revision 103098)
+++ chrome/browser/chrome_browser_main.cc (working copy)
@@ -158,6 +158,7 @@
#include "chrome/browser/browser_util_win.h"
#include "chrome/browser/first_run/try_chrome_dialog_view.h"
#include "chrome/browser/first_run/upgrade_util_win.h"
+#include "chrome/browser/fragmentation_checker_win.h"
#include "chrome/browser/net/url_fixer_upper.h"
#include "chrome/browser/rlz/rlz.h"
#include "chrome/browser/ui/views/user_data_dir_dialog.h"
@@ -1788,6 +1789,10 @@
LanguageUsageMetrics::RecordApplicationLanguage(
g_browser_process->GetApplicationLocale());
+#if defined(OS_WIN)
+ fragmentation_checker::RecordFragmentationMetricForCurrentModule();
+#endif
+
#if defined(OS_CHROMEOS)
metrics->StartExternalMetrics();
« no previous file with comments | « no previous file | chrome/browser/fragmentation_checker_win.h » ('j') | chrome/browser/fragmentation_checker_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698