blob: 02a276a5655f478f45f115968bfa9371557108a9 [file] [log] [blame]
Kaido Kertf9bc0132023-12-04 11:52:41 -08001<!--
2Copyright 2020 The Chromium Authors
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5-->
6
7<!--
8This file is used to generate a comprehensive list of Plugin histograms
9along with a detailed description for each histogram.
10
11For best practices on writing histogram descriptions, see
12https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md
13
14Please follow the instructions in the OWNERS file in this directory to find a
15reviewer. If no OWNERS file exists, please consider signing up at
16go/reviewing-metrics (Googlers only), as all subdirectories are expected to
17have an OWNERS file. As a last resort you can send the CL to
18chromium-metrics-reviews@google.com.
19-->
20
21<histogram-configuration>
22
23<histograms>
24
25<histogram name="Plugin.FlashNavigateUsage" enum="FlashNavigateUsageType"
26 expires_after="2018-08-30">
27 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
28 <summary>Record usage of PPB_Flash.Navigate() Pepper API.</summary>
29</histogram>
30
31<histogram name="Plugin.PpapiSyncIPCTime" units="ms" expires_after="2018-08-30">
32 <owner>gab@chromium.org</owner>
33 <summary>
34 The time it took to complete a synchronous IPC made from the PPAPI process.
35 </summary>
36</histogram>
37
38</histograms>
39
40</histogram-configuration>