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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Profiler.Log')
-rw-r--r--mcs/class/Mono.Profiler.Log/Mono.Profiler.Log/LogProfiler.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log/LogProfiler.cs b/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log/LogProfiler.cs
index 688a84b9864..4f3e19d7357 100644
--- a/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log/LogProfiler.cs
+++ b/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log/LogProfiler.cs
@@ -101,6 +101,9 @@ namespace Mono.Profiler.Log {
}
[MethodImpl (MethodImplOptions.InternalCall)]
+ public extern static void TriggerHeapshot ();
+
+ [MethodImpl (MethodImplOptions.InternalCall)]
extern static int GetCallDepth ();
[MethodImpl (MethodImplOptions.InternalCall)]