blob: cf1412e34f9fddaf00a7078a2646f9ec0f72971c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./chrome/test/perf/perf_test.cc.orig 2014-04-30 22:42:44.000000000 +0200
+++ ./chrome/test/perf/perf_test.cc 2014-05-04 14:38:46.000000000 +0200
@@ -352,7 +352,7 @@
AppendResult(output, "ws_final_t", "", "ws_f_t" + trace_name,
total_working_set_size, "bytes",
false /* not important */);
-#elif defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_ANDROID)
+#elif defined(OS_POSIX) && !defined(OS_NACL)
AppendResult(output,
"vm_size_final_b",
std::string(),
|