This commit is contained in:
Mukul Sabharwal 2019-08-04 16:07:29 -07:00
Родитель 6461c4cd6e
Коммит 1b6ddbc05c
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,9 @@
[DllImport(dllName)]
public static extern IntPtr GetTotalCachedMethodsRestored();
[DllImport(dllName)]
public static extern IntPtr GetTotalCachedMethodsMachineCodeBytesRestored();
[DllImport(dllName)]
public static extern IntPtr GetTotalNumberOfRuntimeSuspsensions();
@ -106,6 +109,9 @@
[DllImport(dllName)]
public static extern IntPtr GetGen3HeapSize();
[DllImport(dllName)]
public static extern IntPtr GetFrozenHeapSize();
[DllImport(dllName)]
public static extern IntPtr GetNumberOfGCSegments();

Просмотреть файл

@ -15,5 +15,6 @@
<files>
<file src="bin/Release/netstandard2.0/Microsoft.BPerf.ProfilerInterop.dll" target="lib/netstandard2.0" />
<file src="../native/Release/Microsoft.BPerf.CoreCLRProfiler.dll" target="content/win-x64/Microsoft.BPerf.CoreCLRProfiler.dll" />
<file src="../native/Release/Microsoft.BPerf.CoreCLRProfiler.pdb" target="content/win-x64/Microsoft.BPerf.CoreCLRProfiler.pdb" />
</files>
</package>