| Index: runtime/vm/benchmark_test.cc
|
| diff --git a/runtime/vm/benchmark_test.cc b/runtime/vm/benchmark_test.cc
|
| index 1161c6799692b598dc4e7cb3337b1de576ce52d4..8a656ff45f828950a58f103cef580e204a83aef4 100644
|
| --- a/runtime/vm/benchmark_test.cc
|
| +++ b/runtime/vm/benchmark_test.cc
|
| @@ -7,6 +7,7 @@
|
| #include "bin/builtin.h"
|
| #include "bin/file.h"
|
| #include "bin/isolate_data.h"
|
| +#include "bin/process.h"
|
|
|
| #include "platform/assert.h"
|
| #include "platform/globals.h"
|
| @@ -702,7 +703,7 @@ BENCHMARK(LargeMap) {
|
| }
|
|
|
| BENCHMARK_MEMORY(InitialRSS) {
|
| - benchmark->set_score(OS::MaxRSS());
|
| + benchmark->set_score(bin::Process::MaxRSS());
|
| }
|
|
|
| } // namespace dart
|
|
|