Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 8353983edbd91f47590efa597200b7f9ba0b5282..e6b21c7089ab7219fe54c50963961782616fc292 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -57014,6 +57014,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="ThirdPartyModules.Modules.Microsoft" units="modules"> |
| + <owner>chrisha@chromium.org</owner> |
| + <summary> |
| + The total number of modules loaded (or potentially loaded) into the browser |
|
rkaplow
2016/06/03 18:17:31
can you mention on these two that they are windows
|
| + process that are signed by Microsoft. Measured shortly after startup. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="ThirdPartyModules.Modules.Total" units="modules"> |
| + <owner>chrisha@chromium.org</owner> |
| + <summary> |
| + The total number of modules loaded (or potentially loaded) into the browser |
| + process. Measured shortly after startup. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="ThreadWatcher.ResponseTime" units="ms"> |
| <owner>rtenneti@chromium.org</owner> |
| <summary> |