Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2018-09-24 23:40:54 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-09-24 23:40:56 +0300
commit8ebc8a4add29c36afb12bc22a55e7d8351e5517f (patch)
tree6191fcb3e6803267ed8c413f9acc2a42d0126671 /main/src/addins/MacPlatform/MacPlatform.csproj
parent68e65062a6f99b339cad06efdcf5f1c3c71df07c (diff)
[Ide] Report virtual memory statistics on OS pressure event
This commit adds the following data into the IDE: * Application/System compressed memory * System minimum memory until compression/swap is being used * Application virtual memory and free system virtual memory The following data can be used to create thresholds through which to decide whether the application is suffering from memory pressure or not. Fixes VSTS #633545 - Telemetry: research memory pressure event
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index 8749520157..405964d346 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -109,6 +109,7 @@
<Compile Include="Dialogs\MacCommonFileDialogHandler.cs" />
<Compile Include="MacTelemetryDetails.cs" />
<Compile Include="Interop.cs" />
+ <Compile Include="KernelInterop.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />