Commit f32b641d authored by pbos's avatar pbos Committed by Commit bot

Remove unused stats in webrtc_browsertest_perf.cc.

I'm removing these stats upstream since they aren't used for the
CPU-adaptation mechanism we're using in WebRTC.

BUG=
R=phoglund@chromium.org

Review URL: https://codereview.chromium.org/1032303002

Cr-Commit-Position: refs/heads/master@{#322353}
parent 210484f2
......@@ -110,15 +110,6 @@ static bool MaybePrintResultsForVideoSend(
perf_test::PrintResult("video_resolution", modifier, "goog_frame_height_sent",
value, "pixels", false);
EXPECT_TRUE(pc_dict.GetString(
Statistic("googCaptureJitterMs", ssrc), &value));
perf_test::PrintResult(
"video_tx", modifier, "goog_capture_jitter_ms", value, "ms", false);
EXPECT_TRUE(pc_dict.GetString(
Statistic("googCaptureQueueDelayMsPerS", ssrc), &value));
perf_test::PrintResult(
"video_tx", modifier, "goog_capture_queue_delay_ms_per_s",
value, "ms/s", false);
EXPECT_TRUE(pc_dict.GetString(Statistic("googAvgEncodeMs", ssrc), &value));
perf_test::PrintResult(
"video_tx", modifier, "goog_avg_encode_ms", value, "ms", false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment