commit | cb0b87473a9ef6cffdc467ee8b6cf9809b4cd46d | [log] [tgz] |
---|---|---|
author | Patrik Höglund <phoglund@webrtc.org> | Mon Nov 18 12:46:38 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 18 14:37:01 2019 |
tree | ef6df2cc88a82404c7e45f310d47fb87bd7b8911 | |
parent | 4186603902fc0bbcfb676b5e79fd004ace1f7049 [diff] |
Add source-side perf upload script for WebRTC. This effectively makes WebRTC upload histogram sets instead of Chart JSON. Histogram sets is the newest format used by Chromium. I'm doing this because it's nice to use the most modern thing, but mostly because it's the default for PinPoint. This means I don't have to implement and support a new read quest for Chart JSON. This script has to be source side, because we need third_party/catapult to write correct histograms. This script will be called from recipes. I also considered generating histogram JSON directly in test/testsupport/perf_test.cc, which could have avoided this conversion from Chart JSON to histogram sets, but I can't because there is no C++ API for histogram sets. Bug: webrtc:11084 Change-Id: If0d2315d2057112b3c2d54a9cfd12e59b5858a18 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159780 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29818}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.