• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

ukm/H16-Feb-2021-327263

BUILD.gnH A D16-Feb-20211.2 KiB5145

LICENSEH A D16-Feb-20211.5 KiB2827

OWNERSH A D16-Feb-2021255 96

PRESUBMIT.pyH A D16-Feb-20211.3 KiB4124

PRESUBMIT_test.pyH A D16-Feb-20211 KiB3521

README.chromiumH A D16-Feb-2021563 2016

call_stack_profile.protoH A D16-Feb-20216 KiB167132

cast_assistant_logs.protoH A D16-Feb-20213.4 KiB9372

cast_logs.protoH A D16-Feb-202111.2 KiB353273

chrome_os_app_list_launch_event.protoH A D16-Feb-20212.8 KiB7864

chrome_user_metrics_extension.protoH A D16-Feb-20214.5 KiB12095

execution_context.protoH A D16-Feb-20213.1 KiB10378

extension_install.protoH A D16-Feb-20218.6 KiB185164

histogram_event.protoH A D16-Feb-20211.6 KiB4536

memory_leak_report.protoH A D16-Feb-20216.2 KiB144120

omnibox_event.protoH A D16-Feb-202119.4 KiB408350

omnibox_input_type.protoH A D16-Feb-20211.2 KiB4029

perf_data.protoH A D16-Feb-202113.5 KiB428321

perf_stat.protoH A D16-Feb-20212 KiB5444

printer_event.protoH A D16-Feb-20211.8 KiB6446

reporting_info.protoH A D16-Feb-2021865 2820

sampled_profile.protoH A D16-Feb-20214.4 KiB11888

structured_event.protoH A D16-Feb-20211.9 KiB5548

system_profile.protoH A D16-Feb-202139.6 KiB1,020859

trace_log.protoH A D16-Feb-2021888 2719

translate_event.protoH A D16-Feb-20216.9 KiB171152

user_action_event.protoH A D16-Feb-20211.1 KiB3023

user_demographics.protoH A D16-Feb-20212.2 KiB5547

README.chromium

1Name: Metrics Protos
2Short Name: metrics_proto
3URL: This is the canonical public repository
4Version: 344139149
5Date: 2020/11/24 UTC
6License: BSD
7Security Critical: Yes
8
9Description:
10This package contains the protos that are used to upload metrics data to Google.
11Updates to this code should be made by changing the internal copies, and then
12running the export script.
13
14blaze run //analysis/uma/proto_export:proto_export -- \
15  --from_piper \
16  --output=$CHROMIUM_SRC/third_party/metrics_proto
17
18Local Modifications:
19Unchanged from the output of the export script.
20