7408b414528e8a5690621465723240d03df5597f
[mono.git] / mono / profiler / ChangeLog
1 2008-04-10  Massimiliano Mantione <massi@ximian.com>
2         * mono-profiler-oprofile.c (profiler_heap_scan): removed debugging code
3         and therefore removed unconditional inclusion of signal.h (it is now
4         included anyway on Unix platforms).
5
6 2008-04-10  Massimiliano Mantione <massi@ximian.com>
7         * mono-profiler-oprofile.c: Added possibiliy of requesting heap
8         snapshots with a signal (like heap-shot).
9
10 2008-04-02  Rodrigo Kumpera <rkumpera@novell.com>
11
12         * mono-profiler-logging.c: Fix the arm build. G_BREAKPOINT() does
13         a "raise(SIGTRAL)" and in some platforms <signal.h> must be included.
14
15 2008-03-28  Massimiliano Mantione <massi@ximian.com>
16         * mono-profiler-oprofile.c: Added option to append a suffix to the
17         default file name.
18
19 2008-03-27  Massimiliano Mantione <massi@ximian.com>
20         * mono-profiler-oprofile.c: setup_user_options: set default log file
21         name to the name of the executed application.
22
23 2008-03-26  Massimiliano Mantione <massi@ximian.com>
24         * Makefile.am: enabled the logging profiler on Linux.
25
26 2008-03-26  Massimiliano Mantione <massi@ximian.com>
27         * mono-profiler-oprofile.c: Attach and detach the writer thread.
28
29 2008-03-25  Massimiliano Mantione <massi@ximian.com>
30         * mono-profiler-oprofile.c: Fixed bug with memory region indexes.
31
32 2008-03-18  Massimiliano Mantione <massi@ximian.com>
33         * mono-profiler-oprofile.c:
34         OPEN_FILE(): Fixed file creation.
35         [UN]LOCK_PROFILER(): Removed logging message.
36
37 2008-03-11  Massimiliano Mantione <massi@ximian.com>
38         * mono-profiler-oprofile.c: Fixed heap profiler, added a new way to
39         get the symbol names for unmanaged functions, and fixed lots of bugs.
40
41 2008-01-08  Massimiliano Mantione <massi@ximian.com>
42         * mono-profiler-oprofile.c: First code drop of new logging profiler
43         (and shamefully forgot to set HAS_OPROFILE to 0...).
44         * Makefile.am: Added logging profiler, but commented in out to avoid
45         breaking the build on Windows.
46
47 2005-07-25  Zoltan Varga  <vargaz@freemail.hu>
48
49         * mono-cov.c: Applied patch from Iain McCoy (iain@mccoy.id.au). Fixes
50         #75619.
51
52 2003-11-12  Jackson Harper  <jackson@ximian.com>
53
54         * mono-cov.c: Change default assembly name to mscorlib.dll
55         
56 Tue Jul 1 11:26:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
57
58         * Makefile.am: added.
59
60 Mon Jun 16 18:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
61
62         * mono-cov.c: coverage profiler.
63