summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorwittman <wittman@chromium.org>2015-03-23 20:25:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-24 03:26:56 +0000
commitd19f5200062542283ffc6ab281ea961e481b5846 (patch)
treee81185d04ec4aebb634c7875e05cefa7e1df1092 /components/metrics.gypi
parent45816be817451773244bf491806806be2cbab1cf (diff)
downloadchromium_src-d19f5200062542283ffc6ab281ea961e481b5846.zip
chromium_src-d19f5200062542283ffc6ab281ea961e481b5846.tar.gz
chromium_src-d19f5200062542283ffc6ab281ea961e481b5846.tar.bz2
Metrics provider for statistical stack profiler
Provides a metrics provider that uploads statistical stack profiling state via UMA. This CL builds on top of the statistical profiler implementation in https://crrev.com/1016563004, which is under review. BUG=464929 Review URL: https://codereview.chromium.org/981143006 Cr-Commit-Position: refs/heads/master@{#321928}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 9a8f19d..f0d3f41 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -23,6 +23,8 @@
'component_metrics_proto',
],
'sources': [
+ 'metrics/call_stack_profile_metrics_provider.cc',
+ 'metrics/call_stack_profile_metrics_provider.h',
'metrics/clean_exit_beacon.cc',
'metrics/clean_exit_beacon.h',
'metrics/client_info.cc',
@@ -158,6 +160,7 @@
'target_name': 'component_metrics_proto',
'type': 'static_library',
'sources': [
+ 'metrics/proto/call_stack_profile.proto',
'metrics/proto/cast_logs.proto',
'metrics/proto/chrome_user_metrics_extension.proto',
'metrics/proto/histogram_event.proto',