mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1838503 - Add frame statistics to about:webrtc graphs;r=jib,dbaker
Differential Revision: https://phabricator.services.mozilla.com/D180996
This commit is contained in:
parent
4cc94b4118
commit
c28ba20a0f
@ -27,6 +27,9 @@ const GRAPH_KEYS = [
|
|||||||
`remote-inbound-rtp.roundTripTime;${REMOTE_RTP_PROPS}`,
|
`remote-inbound-rtp.roundTripTime;${REMOTE_RTP_PROPS}`,
|
||||||
`remote-inbound-rtp.packetsReceived;toRate;${REMOTE_RTP_PROPS}`,
|
`remote-inbound-rtp.packetsReceived;toRate;${REMOTE_RTP_PROPS}`,
|
||||||
"outbound-rtp.packetsSent;toRate",
|
"outbound-rtp.packetsSent;toRate",
|
||||||
|
"outbound-rtp.framesSent;toRate",
|
||||||
|
"outbound-rtp.frameHeight;noAvg",
|
||||||
|
"outbound-rtp.frameWidth;noAvg",
|
||||||
"outbound-rtp.nackCount",
|
"outbound-rtp.nackCount",
|
||||||
"outbound-rtp.pliCount",
|
"outbound-rtp.pliCount",
|
||||||
"outbound-rtp.firCount",
|
"outbound-rtp.firCount",
|
||||||
|
Loading…
Reference in New Issue
Block a user