diff options
Diffstat (limited to 'ipc/ipc_perftests.cc')
-rw-r--r-- | ipc/ipc_perftests.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipc_perftests.cc b/ipc/ipc_perftests.cc index b290c16..5b563d1 100644 --- a/ipc/ipc_perftests.cc +++ b/ipc/ipc_perftests.cc @@ -34,6 +34,8 @@ #include "ipc/ipc_switches.h" #include "testing/multiprocess_func_list.h" +namespace { + // This test times the roundtrip IPC message cycle. It is enabled with a // special preprocessor define to enable it instead of the standard IPC // unit tests. This works around some funny termination conditions in the @@ -203,3 +205,5 @@ MULTIPROCESS_IPC_TEST_MAIN(RunReflector) { MessageLoop::current()->Run(); return 0; } + +} // namespace |