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

Unified Diff: webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h

Issue 1289623005: Add stats overlay to iOS AppRTCDemo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: CR comments Created 5 years, 4 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: webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h
diff --git a/webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h b/webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h
index 6f94ef7054c3940eefe27269117ebd537425cc04..8a5c1262ab9bcb5cfdc200627e953355e1a42d06 100644
--- a/webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h
+++ b/webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h
@@ -33,3 +33,6 @@
NSData *data))completionHandler;
@end
+
+NSInteger ARDGetCpuUsagePercentage();
+
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.m ('k') | webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698