DescriptionRemove old perf format conversion functions.
In WebRTC r4714 (https://code.google.com/p/webrtc/source/detail?r=4714)
the format of the measured numbers were converted into Chrome perf format.
This means we can get rid of this old parsing code and use the stdout
without modifications.
BUG=none
TEST=
Modify src/DEPS to have webrtc_revision > 4714
gclient sync
ninja -C out/Release
out/Release/browser_tests --run-manual --gtest_filter=WebrtcVideoQualityBrowserTest.* --ui-test-action-max-timeout=1000000
and inspecting the output.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223577
Patch Set 1 : #
Total comments: 5
Patch Set 2 : Changed printing to stdout #
Total comments: 4
Patch Set 3 : Review comments addressed #Messages
Total messages: 9 (0 generated)
|