Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 332d93c8755688078549034e4ec41dcb0eb06c7e..aded9bfa33e97ea15c699db5a25a4bb55426bc45 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -40191,6 +40191,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="WebRTC.ApplicationSocketMismatchPacketsDetected"> |
|
Alexei Svitkine (slow)
2014/12/09 20:22:55
Please specify an enum="" tag here. It sounds like
guoweis_left_chromium
2014/12/09 23:54:45
Done.
|
| + <owner>guoweis@chromium.org</owner> |
| + <summary> |
| + This counter detects the condition when a packet is sent from the |
| + application layer down to the system but has never received the completion |
| + signal for that packet to increment the send_bytes_available. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="WebRTC.AudioCaptureTime" units="milliseconds"> |
| <obsolete> |
| Removed from code 2014/2/25. |
| @@ -57802,6 +57811,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <histogram_suffixes name="IPProtocolType" separator="_"> |
| <suffix name="UDP"/> |
| <suffix name="TCP"/> |
| + <affected-histogram name="WebRTC.ApplicationSocketMismatchPacketsDetected"/> |
| <affected-histogram name="WebRTC.SystemMaxConsecutiveBytesDelayed"/> |
| <affected-histogram name="WebRTC.SystemPercentPacketsDelayed"/> |
| <affected-histogram name="WebRTC.SystemSendPacketDuration"/> |