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

Unified Diff: runtime/vm/benchmark_test.cc

Issue 2996803002: Add current rss and embedder name to Observatory (Closed)
Patch Set: Managing null currentRSS in graph tooltip Created 3 years, 4 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
Index: runtime/vm/benchmark_test.cc
diff --git a/runtime/vm/benchmark_test.cc b/runtime/vm/benchmark_test.cc
index 3bf9058478edf268b9d3dfa8d0e033127d477804..e2f43157a3015f9498974680822d0fa1b9b14317 100644
--- a/runtime/vm/benchmark_test.cc
+++ b/runtime/vm/benchmark_test.cc
@@ -697,7 +697,7 @@ BENCHMARK(LargeMap) {
}
BENCHMARK_MEMORY(InitialRSS) {
- benchmark->set_score(OS::MaxRSS());
+ benchmark->set_score(Service::MaxRSS());
}
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698