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

Unified Diff: mojo/public/c/system/tests/message_pipe_perftest.cc

Issue 2094413003: Add some perftests for wait sets. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/public/c/system/tests/BUILD.gn ('k') | mojo/public/c/system/tests/wait_set_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/tests/message_pipe_perftest.cc
diff --git a/mojo/public/c/system/tests/message_pipe_perftest.cc b/mojo/public/c/system/tests/message_pipe_perftest.cc
index f86c1552052c5cbaa3e81797b27cab110276ef22..a4329cf88fbbd2fce6cdcd6c8863666ebd26fdf5 100644
--- a/mojo/public/c/system/tests/message_pipe_perftest.cc
+++ b/mojo/public/c/system/tests/message_pipe_perftest.cc
@@ -4,6 +4,8 @@
// This tests the performance of message pipes via the C API.
+#include "mojo/public/c/system/message_pipe.h"
+
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
@@ -11,7 +13,6 @@
#include <thread>
#include "mojo/public/c/system/handle.h"
-#include "mojo/public/c/system/message_pipe.h"
#include "mojo/public/c/system/result.h"
#include "mojo/public/c/system/tests/perftest_utils.h"
#include "mojo/public/c/system/time.h"
« no previous file with comments | « mojo/public/c/system/tests/BUILD.gn ('k') | mojo/public/c/system/tests/wait_set_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698