2002-05-13 Dan Lewis <dihlewis@yahoo.co.uk>
[mono.git] / man / mono.1
index b64fea688f81d40296638818b3462314f712fc61..8679e1320727306e1e3bf40d92194d2543d8858d 100644 (file)
@@ -11,7 +11,7 @@ mono \- Mono ECMA-CLI Just in Time compiler.
 .PP
 .B mono
 [\-\-help] [\-d] [\-\-debug-asm] [\-\-debug-forest] [\-\-trace-calls]
-[\-\-stabs] [\-\-compile cname] [\-\-ncompile num] [\-\-debug]
+[\-\-stabs] [\-\-compile cname] [\-\-ncompile num] [\-\-debug] [\-\-noinline] [\-\-profile]
 program.exe [arguments...]
 .SH DESCRIPTION
 The \fImono\fP program is a Just in Time compiler for ECMA CLI byte
@@ -68,6 +68,12 @@ Compiles the method on the given class (namespace.name:methodname).
 .I "--ncompile"
 Compiles the method a number of times.  If no argument is specified,
 the method will be compiled a thousand times.
+.TP
+.I "--noinline"
+Disables the code inliner.
+.TP
+.I "--profile"
+Collect profiling information and dump it at the end of the process.
 .SH FILES
 Assemblies are lodaed from the installation lib directory.  If you set
 `prefix' to /usr, the assemblies will be located in /usr/lib.