In .:
[mono.git] / mono / profiler / ChangeLog
index 53cec80dec610e2c58632639882f1da3c7a755ec..30b93f2462be14eb9f5ef4166d5963a2b397c897 100644 (file)
@@ -1,6 +1,13 @@
 2008-09-08  Massimiliano Mantione <massi@ximian.com>
-       * mono-profiler-logging.c: Added three icalls to control the profiler
-       from the profiled application.
+       * Makefile.am: Don't build the profilers if DISABLE_PROFILER is set.
+
+2008-09-08  Massimiliano Mantione <massi@ximian.com>
+       * mono-profiler-logging.c:
+       - setup_user_options: made so that the user has to explicitly request
+       the "f" mode when the "h" is asked, otherwise the number of snapshot
+       blocks in the file is very confusing.
+       - Added three icalls to control the profiler from the profiled
+       application.
 
 2008-08-28  Zoltan Varga  <vargaz@gmail.com>