Implement AppDomain.Monitoring*MemorySize (dotnet/coreclr#24610)
authorStephen Toub <stoub@microsoft.com>
Wed, 22 May 2019 04:27:00 +0000 (00:27 -0400)
committerJan Kotas <jkotas@microsoft.com>
Wed, 22 May 2019 04:26:59 +0000 (21:26 -0700)
commit45ae75bfad49ae945fce28ba8eacf4f6073534fd
treec8bb17e8d9b27f51cba98758d3bdaadf88fb4800
parentdf79a88ce822874f851674d0ff040d64e62a083b
Implement AppDomain.Monitoring*MemorySize (dotnet/coreclr#24610)

* Implement AppDomain.MonitoringTotalAllocatedMemorySize

* Change precise:true back to precise:false in GetTotalAllocatedBytes

Commit migrated from https://github.com/dotnet/coreclr/commit/29810a78e5b93d8da9fb921d096226d249fc75a5
src/coreclr/src/System.Private.CoreLib/Resources/Strings.resx
src/coreclr/tests/CoreFX/CoreFX.issues.rsp
src/libraries/System.Private.CoreLib/src/Interop/Unix/System.Native/Interop.GetCpuUtilization.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/AppDomain.Unix.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/AppDomain.Windows.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/AppDomain.cs