commit | d58621f529528a45a3f1f4309f9bc37a1e2005b8 | [log] [tgz] |
---|---|---|
author | xunjieli <[email protected]> | Fri Aug 12 18:33:00 2016 |
committer | Commit bot <[email protected]> | Fri Aug 12 18:35:28 2016 |
tree | 3e8ce55f116dc045d97703679af20caf25f3fb75 | |
parent | 5413169e62dc4c20d31e1afaea680f943bbe085c [diff] |
Add UMA to net::BidirectionalStream Add UMA logging to track the following six metrics in net::BidirectionalStream: (1) time to reading first byte is allowed (2) time to reading last byte (3) time to sending first byte is allowed (4) time to sending last byte (5) number of bytes received (6) number of bytes sent BUG=635548 Review-Url: https://codereview.chromium.org/2222113003 Cr-Commit-Position: refs/heads/master@{#411713}