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

Unified Diff: components/metrics/proto/chrome_user_metrics_extension.proto

Issue 226273004: Add new SampledProfile protobuf definition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed commenting nits Created 6 years, 7 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
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/proto/sampled_profile.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/proto/chrome_user_metrics_extension.proto
diff --git a/components/metrics/proto/chrome_user_metrics_extension.proto b/components/metrics/proto/chrome_user_metrics_extension.proto
index 80f34996fc90f589807cfed9d0b490ec668ec19f..7efa5b4c7dbe309b01c81a11344f52544b05e8fa 100644
--- a/components/metrics/proto/chrome_user_metrics_extension.proto
+++ b/components/metrics/proto/chrome_user_metrics_extension.proto
@@ -16,8 +16,9 @@ import "profiler_event.proto";
import "system_profile.proto";
import "user_action_event.proto";
import "perf_data.proto";
+import "sampled_profile.proto";
-// Next tag: 11
+// Next tag: 12
message ChromeUserMetricsExtension {
// The product (i.e. end user application) for a given UMA log.
enum Product {
@@ -54,5 +55,9 @@ message ChromeUserMetricsExtension {
repeated HistogramEventProto histogram_event = 6;
repeated ProfilerEventProto profiler_event = 7;
+ // TODO(sque): Deprecate this field and use |sampled_profile| instead.
repeated PerfDataProto perf_data = 8;
+
+ // A list of all collected sample-based profiles since the last UMA upload.
+ repeated SampledProfile sampled_profile = 11;
}
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/proto/sampled_profile.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698