First cut of the new log profiler and report generator.
authorPaolo Molaro <lupus@oddwiz.org>
Fri, 5 Nov 2010 15:35:11 +0000 (16:35 +0100)
committerPaolo Molaro <lupus@oddwiz.org>
Fri, 5 Nov 2010 15:40:18 +0000 (16:40 +0100)
commit6612c9b9fd48aa95d950f3603a79b1e11f8e1c13
treec903a21d401c17c21545b8566164fabd8ef115ee
parente9651677ae214b65d936521421eb828fb21afb98
First cut of the new log profiler and report generator.

This is the first preview version of the new log profiler.
It is not included in the build yet because it needs some
portability cleanups, see the top of proflog.c for compilation
instructions.
It currently works on Linux x86 (64 bit support may work but it
is untested).
The documentation is included in the log-profiler.txt file.
mono/profiler/decode.c [new file with mode: 0644]
mono/profiler/log-profiler.txt [new file with mode: 0644]
mono/profiler/proflog.c [new file with mode: 0644]
mono/profiler/proflog.h [new file with mode: 0644]
mono/profiler/utils.c [new file with mode: 0644]
mono/profiler/utils.h [new file with mode: 0644]