Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1493)

Unified Diff: chrome/browser/media/webrtc/webrtc_browsertest_base.h

Issue 2641263003: Performance measures of old and new RTCPeerConnection.getStats added. (Closed)
Patch Set: Avoiding win uninitialized variable warning Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/media/webrtc/webrtc_browsertest_base.h
diff --git a/chrome/browser/media/webrtc/webrtc_browsertest_base.h b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
index e6a0461841a5d9b036b1d10e135ff1b6dc4a9e25..98bff2fa80d2b4cb0abf1e982f58e8a9ef696848 100644
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h
@@ -168,10 +168,12 @@ class WebRtcTestBase : public InProcessBrowserTest {
const std::string& keygen_algorithm) const;
void VerifyStatsGeneratedCallback(content::WebContents* tab) const;
+ double MeasureGetStatsCallbackPerformance(content::WebContents* tab) const;
std::vector<std::string> VerifyStatsGeneratedPromise(
content::WebContents* tab) const;
scoped_refptr<content::TestStatsReportDictionary> GetStatsReportDictionary(
content::WebContents* tab) const;
+ double MeasureGetStatsPerformance(content::WebContents* tab) const;
std::vector<std::string> GetWhitelistedStatsTypes(
content::WebContents* tab) const;

Powered by Google App Engine
This is Rietveld 408576698