Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index c140cc43a2eb3d96b99c8e1c0d0ec972d5d20908..033c3470f1123686c2e27d96fcc56c22f5dd3542 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -53005,6 +53005,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </details> |
| </histogram> |
| +<histogram name="TaskScheduler.BlockShutdownTasksPostedDuringShutdown" |
| + units="Tasks"> |
|
gab
2016/03/21 17:42:30
I don't see "Tasks" as a defined unit type in hist
fdoray
2016/03/21 19:08:08
"Tabs" is not defined as a unit either. asvitkine@
Alexei Svitkine (slow)
2016/03/21 19:35:35
units= don't need an entry - it's a label for the
gab
2016/03/21 19:53:25
Got it, thanks!
|
| + <owner>fdoray@chromium.org</owner> |
| + <summary> |
| + Number of BLOCK_SHUTDOWN tasks that were posted to a base::TaskScheduler |
| + after its Shutdown() method was called but before it returned. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="ThreadWatcher.ResponseTime" units="ms"> |
| <owner>rtenneti@chromium.org</owner> |
| <summary> |