Sign in
webrtc
/
src
/
934c9834041a4b183125d23ad2027c3531ada18c
/
video
/
send_delay_stats_unittest.cc
4688257
Removed unneeded inheritence for SendDelayStats class
by Danil Chapovalov
· 1 year, 6 months ago
8beb631
Pass and process capture time through SendPacketObserver with Timestamp type
by Danil Chapovalov
· 1 year, 9 months ago
ef3998f
Add directive to make webrtc metrics optional.
by Ying Wang
· 5 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/video/send_delay_stats_unittest.cc]
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
40f5400
Start integrating StatsCounter class.
by asapersson
· 9 years ago
01d70a3
Add a default implementation in metrics_default.cc of histograms methods in system_wrappers/interface/metrics.h.
by asapersson
· 9 years ago
35151f3
Add histogram stats for average send delay of sent packets for a sent video stream. The delay is measured from a packet is sent to the transport until leaving the socket.
by asapersson
· 9 years ago