summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorsque@chromium.org <sque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 22:22:05 +0000
committersque@chromium.org <sque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 22:22:05 +0000
commitb4b49a506210b228e800e32f7adf8e7ba1aab692 (patch)
tree3cbe49237ab57f9368919b24484fef411ea2b79b /components/metrics.gypi
parente23745cd214d79f6432623a339d9c899746afd11 (diff)
downloadchromium_src-b4b49a506210b228e800e32f7adf8e7ba1aab692.zip
chromium_src-b4b49a506210b228e800e32f7adf8e7ba1aab692.tar.gz
chromium_src-b4b49a506210b228e800e32f7adf8e7ba1aab692.tar.bz2
Add new SampledProfile protobuf definition
This will replace the repeated PerfDataProto field in the UMA protobuf. It provides for more metadata surrounding the collection of each profile. It also allows for more types of profiles to be collected, other than perf. BUG=chromium:358778 TEST=build successfully Signed-off-by: Simon Que <sque@chromium.org> Review URL: https://codereview.chromium.org/226273004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 61e9855..5c9b1f9 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -37,6 +37,7 @@
'metrics/proto/omnibox_event.proto',
'metrics/proto/perf_data.proto',
'metrics/proto/profiler_event.proto',
+ 'metrics/proto/sampled_profile.proto',
'metrics/proto/system_profile.proto',
'metrics/proto/user_action_event.proto',
],