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

Side by Side Diff: components/metrics/metrics_pref_names.h

Issue 2296543002: Quantify initial stability report edge cases. (Closed)
Patch Set: Change a metric's name Created 4 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 unified diff | Download patch
« no previous file with comments | « components/metrics/metrics_log_unittest.cc ('k') | components/metrics/metrics_pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_METRICS_METRICS_PREF_NAMES_H_ 5 #ifndef COMPONENTS_METRICS_METRICS_PREF_NAMES_H_
6 #define COMPONENTS_METRICS_METRICS_PREF_NAMES_H_ 6 #define COMPONENTS_METRICS_METRICS_PREF_NAMES_H_
7 7
8 namespace metrics { 8 namespace metrics {
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 16 matching lines...) Expand all
27 extern const char kMetricsReportingEnabled[]; 27 extern const char kMetricsReportingEnabled[];
28 extern const char kMetricsReportingEnabledTimestamp[]; 28 extern const char kMetricsReportingEnabledTimestamp[];
29 extern const char kMetricsSessionID[]; 29 extern const char kMetricsSessionID[];
30 extern const char kMetricsLastSeenPrefix[]; 30 extern const char kMetricsLastSeenPrefix[];
31 extern const char kStabilityBreakpadRegistrationSuccess[]; 31 extern const char kStabilityBreakpadRegistrationSuccess[];
32 extern const char kStabilityBreakpadRegistrationFail[]; 32 extern const char kStabilityBreakpadRegistrationFail[];
33 extern const char kStabilityChildProcessCrashCount[]; 33 extern const char kStabilityChildProcessCrashCount[];
34 extern const char kStabilityCrashCount[]; 34 extern const char kStabilityCrashCount[];
35 extern const char kStabilityDebuggerPresent[]; 35 extern const char kStabilityDebuggerPresent[];
36 extern const char kStabilityDebuggerNotPresent[]; 36 extern const char kStabilityDebuggerNotPresent[];
37 extern const char kStabilityDeferredCount[];
38 extern const char kStabilityDiscardCount[];
37 extern const char kStabilityExecutionPhase[]; 39 extern const char kStabilityExecutionPhase[];
38 extern const char kStabilityExtensionRendererCrashCount[]; 40 extern const char kStabilityExtensionRendererCrashCount[];
39 extern const char kStabilityExtensionRendererFailedLaunchCount[]; 41 extern const char kStabilityExtensionRendererFailedLaunchCount[];
40 extern const char kStabilityExtensionRendererLaunchCount[]; 42 extern const char kStabilityExtensionRendererLaunchCount[];
41 extern const char kStabilityExitedCleanly[]; 43 extern const char kStabilityExitedCleanly[];
42 extern const char kStabilityIncompleteSessionEndCount[]; 44 extern const char kStabilityIncompleteSessionEndCount[];
43 extern const char kStabilityLastTimestampSec[]; 45 extern const char kStabilityLastTimestampSec[];
44 extern const char kStabilityLaunchCount[]; 46 extern const char kStabilityLaunchCount[];
45 extern const char kStabilityLaunchTimeSec[]; 47 extern const char kStabilityLaunchTimeSec[];
46 extern const char kStabilityPageLoadCount[]; 48 extern const char kStabilityPageLoadCount[];
47 extern const char kStabilityRendererCrashCount[]; 49 extern const char kStabilityRendererCrashCount[];
48 extern const char kStabilityRendererFailedLaunchCount[]; 50 extern const char kStabilityRendererFailedLaunchCount[];
49 extern const char kStabilityRendererHangCount[]; 51 extern const char kStabilityRendererHangCount[];
50 extern const char kStabilityRendererLaunchCount[]; 52 extern const char kStabilityRendererLaunchCount[];
51 extern const char kStabilitySavedSystemProfile[]; 53 extern const char kStabilitySavedSystemProfile[];
52 extern const char kStabilitySavedSystemProfileHash[]; 54 extern const char kStabilitySavedSystemProfileHash[];
53 extern const char kStabilitySessionEndCompleted[]; 55 extern const char kStabilitySessionEndCompleted[];
54 extern const char kStabilityStatsBuildTime[]; 56 extern const char kStabilityStatsBuildTime[];
55 extern const char kStabilityStatsVersion[]; 57 extern const char kStabilityStatsVersion[];
58 extern const char kStabilityVersionMismatchCount[];
56 extern const char kUninstallLaunchCount[]; 59 extern const char kUninstallLaunchCount[];
57 extern const char kUninstallMetricsPageLoadCount[]; 60 extern const char kUninstallMetricsPageLoadCount[];
58 extern const char kUninstallMetricsUptimeSec[]; 61 extern const char kUninstallMetricsUptimeSec[];
59 62
60 // For measuring data use for throttling UMA log uploads on cellular. 63 // For measuring data use for throttling UMA log uploads on cellular.
61 extern const char kUmaCellDataUse[]; 64 extern const char kUmaCellDataUse[];
62 extern const char kUserCellDataUse[]; 65 extern const char kUserCellDataUse[];
63 66
64 } // namespace prefs 67 } // namespace prefs
65 } // namespace metrics 68 } // namespace metrics
66 69
67 #endif // COMPONENTS_METRICS_METRICS_PREF_NAMES_H_ 70 #endif // COMPONENTS_METRICS_METRICS_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « components/metrics/metrics_log_unittest.cc ('k') | components/metrics/metrics_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698