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
path: root/man
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2016-03-31 22:05:17 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2016-03-31 22:05:17 +0300
commit1c385f99e1c5e5c76e03c49e838ac29739a2e9e2 (patch)
tree78ebe5672df90b7a4582ace4f22e40e322b362aa /man
parent58e8a9f85176c9607e605b888ef45db01a0f6997 (diff)
parenta80b7cc0a3d22dc13f29ddc4858092d998c43c18 (diff)
Merge pull request #2816 from xmcclure/profile-clean-0
Various cleanups on profiler 3 commits: Assist on profiler module loading - Add a MONO_PROFILER_LIB_DIR from which profiler modules are dynamically loading, in case it is not the normal library path - Add information about profiler loading to mono_trace Comments and clarity in proflog.c - Add comments on structures - Rename 'data' and 'data_end' to 'cursor' and 'buf_end' in LogBuffer/StatsBuffer as the old names were confusing - Add new assert when processing samples Improve a safety check when writing data into StatBuffer - The safety check should occur such that if the new value for StatBuffer::cursor is beyond the bounds of the StatBuffer, the cursor is not updated.
Diffstat (limited to 'man')
-rw-r--r--man/mono.19
1 files changed, 8 insertions, 1 deletions
diff --git a/man/mono.1 b/man/mono.1
index a3829ae79a5..7eb8055fb4f 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -786,7 +786,8 @@ to Mono, like this:
.PP
In the above sample Mono will load the user defined profiler from the
shared library `mono-profiler-custom.so'. This profiler module must
-be on your dynamic linker library path.
+be on your dynamic linker library path, or in the MONO_PROFILER_LIB_DIR
+path (see "RUNTIME OPTIONS" below).
.PP
A list of other third party profilers is available from Mono's web
site (www.mono-project.com/docs/advanced/performance-tips/)
@@ -1508,6 +1509,12 @@ For a complete description of recommended practices for application
deployment, see
http://www.mono-project.com/docs/getting-started/application-deployment/
.TP
+\fBMONO_PROFILER_LIB_DIR\fR
+Provides a search path to the runtime where to look for custom profilers. See the
+section "CUSTOM PROFILERS" above for more information. Custom profilers will be
+searched for in the MONO_PROFILER_LIB_DIR path before the standard library paths.
+
+.TP
\fBMONO_RTC\fR
Experimental RTC support in the statistical profiler: if the user has
the permission, more accurate statistics are gathered. The MONO_RTC