Little fix
[mono.git] / web / performance
index 15d0a837f5d1afab9d0dd938a4e8c7375ee95ef1..3760197ed1466cd8e47c5f294adc31dd13a040b1 100644 (file)
@@ -100,6 +100,12 @@ Total memory allocated: 448 KB
        performance gains in MCS for example came from reducing its
        memory usage, as opposed to changes in the execution path.
 
+** Profiling without JIT instrumentation
+
+       You might also be interested in using mono --aot to generate
+       precompiled code, and then use a system like `oprofile' to 
+       profile your programs. 
+
 ** Memory Management in the .NET/Mono world.
 
        Since Mono and .NET offer automatic garbage collection, the