Sign in
webrtc
/
src.git
/
e9e03a9160502b23749e8f64da517f83457e2ad3
/
video
/
stats_counter.h
6cae2d5
Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely"
by Artem Titov
· 3 years, 2 months ago
3f87250
Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely"
by Artem Titov
· 3 years, 2 months ago
5f0eb93
Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely
by Byoungchan Lee
· 3 years, 2 months ago
ab30d72
Use backticks not vertical bars to denote variables in comments for /video
by Artem Titov
· 3 years, 8 months ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/video/stats_counter.h]
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
93e1e23
Use RateAccCounter for sent bitrate stats. Reports average of periodically computed stats over a call.
by asapersson
· 8 years ago
076c011
Change unit of logged bitrate stats in bytes/s to bits/s.
by asapersson
· 8 years ago
43cb716
Add ToString method to AggregatedStats and log stats at the end of a call.
by asapersson
· 8 years ago
fe647f4
Add ability to handle data from multiple streams in RateAccCounter.
by asapersson
· 8 years ago
e402a14
Make process interval configurable for MaxCounter class.
by asapersson
· 8 years ago
ce2e136
Update AvgCounter to have the ability to include last period metric for subsequent intervals without samples (e.g. for non-periodic updated stats).
by asapersson
· 9 years ago
250fd97
Use RateCounter for received bitrate stats:
by asapersson
· 9 years ago
5093b38
Make variable for selecting if intervals without samples should be included in stats configurable (for rate counters).
by asapersson
· 9 years ago
0e9d6d9
Add class which periodically computes statistics.
by asapersson
· 9 years ago