mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 23:57:59 +01:00

This will be used by WebRTC tests. It converts results exactly the same as our downstream implementation (histogram_util). This implementation should be pretty feature complete, or at least enough to start testing the end-to-end flow. I will set up some experimental recipe code and see if this actually makes it into the dashboard. Note: needs some catapult changes to land first and be rolled into Chromium, and then WebRTC. Bug: chromium:1029452 Change-Id: I939046929652fc27b8fcb18af54bde22886d9228 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166172 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30436}
4 lines
111 B
Python
4 lines
111 B
Python
include_rules = [
|
|
# Histogram C++ API, used by perf tests.
|
|
"+third_party/catapult/tracing/tracing/value"
|
|
]
|