commit | e2cb1f12c3d1c5500de1b733dfc8bbfea504d89f | [log] [tgz] |
---|---|---|
author | Cesar Magalhaes <magalhaesc@webrtc.org> | Thu Jul 30 09:22:05 2015 |
committer | Cesar Magalhaes <magalhaesc@webrtc.org> | Thu Jul 30 09:22:15 2015 |
tree | 2f78201f6841dd6eaf0214eaf2160b5b5c73938f | |
parent | 028cf488284735f949ff1edf88a5b9bf731eb184 [diff] |
Efficient Metric Recorder Computing all metrics using constant extra memory. PlotHistogram methods are executed in constant time. -- Previously throughput and delay were using O(num_packets) extra memory and their associated PlotHistograms took linear time complexity. Added MetricRecorder unittests R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1257683006 . Cr-Commit-Position: refs/heads/master@{#9658}