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

Unified Diff: base/test/perf_log.cc

Issue 196343019: IPC: Make ipc_perftests run on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 9 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 | « base/test/multiprocess_test_android.cc ('k') | base/test/perf_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/perf_log.cc
diff --git a/base/test/perf_log.cc b/base/test/perf_log.cc
index efc1d42ee656cee2a1239c8cbf7c29887bb5f0cd..5d5027dbae97408b1b9172e352248be52c2c0a85 100644
--- a/base/test/perf_log.cc
+++ b/base/test/perf_log.cc
@@ -39,6 +39,7 @@ void LogPerfResult(const char* test_name, double value, const char* units) {
fprintf(perf_log_file, "%s\t%g\t%s\n", test_name, value, units);
printf("%s\t%g\t%s\n", test_name, value, units);
+ fflush(stdout);
}
} // namespace base
« no previous file with comments | « base/test/multiprocess_test_android.cc ('k') | base/test/perf_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698