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

Unified Diff: ipc/ipc_test.mojom

Issue 2608403002: Add some perf tests to compare Mojo overhead. (Closed)
Patch Set: review comment 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
« no previous file with comments | « ipc/ipc_perftest_support.cc ('k') | ipc/run_all_perftests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_test.mojom
diff --git a/ipc/ipc_test.mojom b/ipc/ipc_test.mojom
index 8c246d567665bc036a6442b564df3d8c8c24f449..a4edfc93a56a9498b81aa55a9a66bc2b58772b92 100644
--- a/ipc/ipc_test.mojom
+++ b/ipc/ipc_test.mojom
@@ -28,3 +28,8 @@ interface PingReceiver {
interface IndirectTestDriver {
GetPingReceiver(associated PingReceiver& request);
};
+
+interface Reflector {
+ Ping(string value) => (string value);
+ Quit();
+};
« no previous file with comments | « ipc/ipc_perftest_support.cc ('k') | ipc/run_all_perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698