Kaido Kert | f9bc013 | 2023-12-04 11:52:41 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2020 The Chromium Authors |
| 3 | Use of this source code is governed by a BSD-style license that can be |
| 4 | found in the LICENSE file. |
| 5 | --> |
| 6 | |
| 7 | <!-- |
| 8 | This file is used to generate a comprehensive list of Plugin histograms |
| 9 | along with a detailed description for each histogram. |
| 10 | |
| 11 | For best practices on writing histogram descriptions, see |
| 12 | https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md |
| 13 | |
| 14 | Please follow the instructions in the OWNERS file in this directory to find a |
| 15 | reviewer. If no OWNERS file exists, please consider signing up at |
| 16 | go/reviewing-metrics (Googlers only), as all subdirectories are expected to |
| 17 | have an OWNERS file. As a last resort you can send the CL to |
| 18 | chromium-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> |