aboutsummaryrefslogtreecommitdiff
path: root/stats
AgeCommit message (Expand)Author
2022-12-27Merge commit 'upstream-main' into masterJorge E. Moreira
2022-11-08Add power efficient stats to RTC statsEvan Shrubsole
2022-11-02stats: implement candidate-pair lastPacket(Sent|Received)TimestampPhilipp Hancke
2022-11-02[Stats] Delete 'track' metrics that have previously been moved.Henrik Boström
2022-10-31Unship track.totalFramesDuration/sumSquaredFrameDurations.Henrik Boström
2022-10-20Use proper export macro in rtc_stats.ccEvan Shrubsole
2022-10-19[Stats] Add googTimingFrameInfo to the modern API.Henrik Boström
2022-10-19stats: use absl::optional to represent valuePhilipp Hancke
2022-10-19[ModernStats] Mark obsolete stats as [[deprecated]].Henrik Boström
2022-10-13stats: prefer default copy constructorPhilipp Hancke
2022-10-13Add exposure criteria to WebRTC stat members.Evan Shrubsole
2022-10-13Reland "stats: migrate to Timestamp"Philipp Hancke
2022-10-12Revert "stats: migrate to Timestamp"Mirko Bonadei
2022-10-12stats: migrate to TimestampPhilipp Hancke
2022-10-12Add unit tests for RTCStatMember propertiesEvan Shrubsole
2022-10-07Move more non-standard metrics to inbound-rtp.Henrik Boström
2022-10-06Move pause and freeze metrics to standardized location.Henrik Boström
2022-10-05Move packetsDiscarded to inbound-rtp.Henrik Boström
2022-10-04stats: add missing ice candidate statsPhilipp Hancke
2022-09-26[Stats] Avoid DCHECK crashing if SSRCs are not unique.Henrik Boström
2022-09-07stats: replace new with std::make_uniquePhilipp Hancke
2022-07-28stats: implement outbound-rtp.activePhilipp Hancke
2022-07-20Implement RTCInboundRTPStreamStats.JitterBufferMinimumDelayIvo Creusen
2022-07-05Implement RTCInboundRTPStreamStats.JitterBufferTargetDelayIvo Creusen
2022-06-17Implement Outbound/InboundRtpStreamStats.mid.Henrik Boström
2022-06-17Implement RTCInboundRtpStreamStats.trackIdentifier.Henrik Boström
2022-06-15Reland "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs."Henrik Boström
2022-06-15Revert "Reland "[Stats] Cleanup: Remove unimplemented metrics and obsolete TO...Henrik Boström
2022-06-15Reland "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs."Henrik Boström
2022-06-14Revert "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs."Henrik Boström
2022-06-14[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs.Henrik Boström
2022-05-31stats: expose minPlayoutDelay as nonstandard statPhilipp Hancke
2022-05-18stats: add frame assembly time statsPhilipp Hancke
2022-05-10stats: implement transport iceStatePhilipp Hancke
2022-05-05stats: implement iceLocalUsernameFragmentPhilipp Hancke
2022-05-05stats: implement iceRolePhilipp Hancke
2022-05-02stats: implement inbound-rtp totalProcessingDelay for videoPhilipp Hancke
2022-05-02stats: add dtlsRole to transportPhilipp Hancke
2022-04-25Remove dependency on rtc_base_approved from most targetsFlorent Castelli
2022-04-20Use WebRTC's Java VM initialization in tests.Björn Terelius
2022-04-05Remove //rtc_base:stringutils from public depsFlorent Castelli
2022-04-05Remove //rtc_base:macromagic from public depsFlorent Castelli
2022-03-02Extend RTCIceCandidateStats with non-standard network_adapter_typeJonas Oreland
2021-09-28Implement missing candidate pair packets/bytes sent/received stats.Taylor Brandstetter
2021-09-06Reland "Wire up non-sender RTT for audio, and implement related standardized ...Ivo Creusen
2021-09-01Revert "Wire up non-sender RTT for audio, and implement related standardized ...Björn Terelius
2021-08-30Wire up non-sender RTT for audio, and implement related standardized stats.Ivo Creusen
2021-08-10Use backticks not vertical bars to denote variables in commentsArtem Titov
2021-07-13Adding packetsDiscarded to RTCReceivedRtpStreamStats.Minyue Li
2021-06-28Move WebRTC to non deprecated jsoncpp APIs.Mirko Bonadei