2016-08-03 10:59:49 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-04-26 19:10:23 +01:00
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<title>mono-api-profiler.html</title>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.mapi-docs {
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
padding-left: 2em;
|
|
|
|
|
padding-right: 2em;
|
|
|
|
|
}
|
|
|
|
|
.mapi-docs p {
|
|
|
|
|
max-width: 60em;
|
|
|
|
|
}
|
|
|
|
|
.mapi-docs .mapi-body {
|
|
|
|
|
max-width: 60em;
|
|
|
|
|
}
|
|
|
|
|
.mapi-docs code {
|
|
|
|
|
border: 1px solid rgba(214,214,214,1);
|
|
|
|
|
background-color: rgba(249,249,249,1);
|
|
|
|
|
padding: 0.1em 0.5em;
|
|
|
|
|
}
|
|
|
|
|
.mapi-description code {
|
|
|
|
|
font-family: "Consolas", "Courier", monospace;
|
|
|
|
|
border: 1px solid rgba(214,214,214,1);
|
|
|
|
|
background-color: rgba(249,249,249,1);
|
|
|
|
|
padding: 0.1em 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-header {
|
|
|
|
|
padding: 0 0 5pt 5pt;
|
|
|
|
|
margin: 10pt;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
border: 1px solid rgba(233,233,233,1);
|
|
|
|
|
background-color: rgba(249,249,249,1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-code {
|
|
|
|
|
padding: 5pt 5pt;
|
|
|
|
|
margin: 10pt;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
border: 1px solid rgba(233,233,233,1);
|
|
|
|
|
background-color: rgba(249,249,249,1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-code:first-line {
|
|
|
|
|
line-height: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-entry code {
|
|
|
|
|
border: none;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2015-04-26 19:10:23 +01:00
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
|
.mapi-parameters {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
empty-cells: hide;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 5px 0 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-parameters td {
|
|
|
|
|
border: 1px solid rgba(214,214,214,1);
|
|
|
|
|
border-left-style: none;
|
|
|
|
|
padding: 5px 25px 5px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-parameters tr>td:last-child {
|
|
|
|
|
border-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-parameters td:first-of-type {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 7px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
word-break: normal;
|
|
|
|
|
width: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-parameters tr:last-child>td {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-parameters tr:first-child>td {
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-parameters tr td:first-of-type {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 7px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
word-break: normal;
|
|
|
|
|
width: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi {
|
|
|
|
|
left: -25px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 13px 25px 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-description {
|
|
|
|
|
background: rgba(249,249,249,1);
|
|
|
|
|
border-bottom: 1px solid rgba(233,233,233,1);
|
|
|
|
|
left: -25px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 13px 25px 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-entry {
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-docs {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-prototype {
|
|
|
|
|
border-left: 5px solid rgba(205,233,244,1);
|
|
|
|
|
padding: .5em;
|
|
|
|
|
margin-top: 5pt;
|
|
|
|
|
margin-bottom: 5pt;
|
|
|
|
|
font-family: "Consolas", "Courier", monospace;
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-declaration {
|
|
|
|
|
margin-top: 21px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-section {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-top: 21px;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-strike {
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-deprecated {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-ptr-container {
|
|
|
|
|
background: white;
|
|
|
|
|
border-bottom: 1px solid rgba(233,233,233,1);
|
|
|
|
|
left: -25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-bottom: 13px;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-ptr {
|
|
|
|
|
background: rgba(249,249,249,1);
|
|
|
|
|
border-left: 1px solid rgba(233,233,233,1);
|
|
|
|
|
border-top: 1px solid rgba(233,233,233,1);
|
|
|
|
|
height: 12px;
|
|
|
|
|
left: 37px;
|
|
|
|
|
top: -7px;
|
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
|
-moz-transform: rotate(45deg);
|
|
|
|
|
-o-transform: rotate(45deg);
|
|
|
|
|
transform: rotate(45deg);
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mapi-height-container {
|
|
|
|
|
left: -25px;
|
|
|
|
|
padding: 0 25px;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-04-26 19:10:23 +01:00
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<div class="mapi-docs">
|
2015-04-26 19:10:23 +01:00
|
|
|
|
<h1>Profiling Interface</h1>
|
|
|
|
|
|
|
|
|
|
<h3>Profiler Operation</h3>
|
|
|
|
|
|
|
|
|
|
<p />The following methods can be used by dynamic profiler
|
|
|
|
|
methods to monitor different aspects of the program.
|
|
|
|
|
|
|
|
|
|
<p />A custom profiler will have one public method defined in
|
|
|
|
|
the shared library which is the entry point that Mono calls at
|
|
|
|
|
startup, it has the following signature:
|
|
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
|
void mono_profiler_startup (const char *desc)
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
<p />Where "desc" is the set of arguments that were passed from
|
|
|
|
|
the command line. This routine will call
|
|
|
|
|
<tt>mono_profiler_install</tt> to activate the profiler and
|
|
|
|
|
will install one or more filters (one of the various
|
|
|
|
|
<tt>mono_profiler_install_</tt> functions).
|
|
|
|
|
|
|
|
|
|
<p />In addition, a profiler developer will typically call
|
|
|
|
|
<tt>mono_profiler_set_events</tt> to register which kinds of
|
|
|
|
|
traces should be enabled, these can be an OR-ed combination of
|
|
|
|
|
the following:
|
|
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
|
MONO_PROFILE_NONE
|
|
|
|
|
MONO_PROFILE_APPDOMAIN_EVENTS
|
|
|
|
|
MONO_PROFILE_ASSEMBLY_EVENTS
|
|
|
|
|
MONO_PROFILE_MODULE_EVENTS
|
|
|
|
|
MONO_PROFILE_CLASS_EVENTS
|
|
|
|
|
MONO_PROFILE_JIT_COMPILATION
|
|
|
|
|
MONO_PROFILE_INLINING
|
|
|
|
|
MONO_PROFILE_EXCEPTIONS
|
|
|
|
|
MONO_PROFILE_ALLOCATIONS
|
|
|
|
|
MONO_PROFILE_GC
|
|
|
|
|
MONO_PROFILE_THREADS
|
|
|
|
|
MONO_PROFILE_REMOTING
|
|
|
|
|
MONO_PROFILE_TRANSITIONS
|
|
|
|
|
MONO_PROFILE_ENTER_LEAVE
|
|
|
|
|
MONO_PROFILE_COVERAGE
|
|
|
|
|
MONO_PROFILE_INS_COVERAGE
|
|
|
|
|
MONO_PROFILE_STATISTICAL
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
<p />Developers can change the set of monitored events at
|
|
|
|
|
runtime by calling <tt>mono_profiler_set_events</tt>.
|
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<a name="api:mono_profiler_install"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_allocation"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_allocation</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_allocation</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_appdomain"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_appdomain</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_appdomain</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_assembly"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_assembly</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_assembly</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_class"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_class</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_class</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_coverage_filter"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_coverage_filter</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_coverage_filter</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_enter_leave"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_enter_leave</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_enter_leave</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_jit_compile"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_jit_compile</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_jit_compile</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_module"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_module</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_module</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_thread"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_thread</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_thread</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_transition"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_transition</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_transition</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_gc"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_gc</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_gc</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_install_statistical"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_install_statistical</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_install_statistical</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_set_events"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_set_events</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_set_events</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
|
|
|
|
</div> <!-- class=mapi -->
|
|
|
|
|
|
|
|
|
|
<a name="api:mono_profiler_get_events"></a>
|
|
|
|
|
<div class="mapi">
|
|
|
|
|
<div class="mapi-entry "><code>mono_profiler_get_events</code></div>
|
|
|
|
|
<div class="mapi-height-container">
|
|
|
|
|
<div class="mapi-ptr-container"></div>
|
|
|
|
|
<div class="mapi-description">
|
|
|
|
|
<div class="mapi-ptr"></div>
|
|
|
|
|
|
|
|
|
|
<div class="mapi-declaration mapi-section">Syntax</div>
|
2017-10-19 20:04:20 +00:00
|
|
|
|
<div class="mapi-prototype">mono_profiler_get_events</div>
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<p />
|
|
|
|
|
</div><!--mapi-description -->
|
|
|
|
|
</div><!--height container -->
|
2015-04-26 19:10:23 +01:00
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
|
<h3>Coverage</h3>
|
2015-04-26 19:10:23 +01:00
|
|
|
|
|
|
|
|
|
<p />To support profiling modules that need to do code coverage
|
|
|
|
|
analysis, the following routines is provided:
|
|
|
|
|
|