| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index bdc71e989bc89aeac33119903309465443afa505..5ab37ecd97b71394edcd7e9908ed1e3d690a3564 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -3790,6 +3790,8 @@ void Service::PrintJSONForVM(JSONStream* js, bool ref) {
|
| jsobj.AddProperty("hostCPU", HostCPUFeatures::hardware());
|
| jsobj.AddProperty("version", Version::String());
|
| jsobj.AddProperty("_profilerMode", FLAG_profile_vm ? "VM" : "Dart");
|
| + jsobj.AddProperty("_nativeZoneMemoryUsage",
|
| + ApiNativeScope::current_memory_usage());
|
| jsobj.AddProperty64("pid", OS::ProcessId());
|
| jsobj.AddProperty64("_maxRSS", OS::MaxRSS());
|
| jsobj.AddPropertyTimeMillis(
|
|
|