Log profiler: prevent possible corruption from writing to the same file.
[mono.git] / mono / profiler / proflog.c
2010-11-12 Paolo MolaroLog profiler: prevent possible corruption from writing...
2010-11-11 Paolo MolaroAdded a proper define for the external zlib and check...
2010-11-10 Paolo MolaroLog profiler: fixed timeout heapshot mode and sorted...
2010-11-10 Paolo MolaroLog profiler: track thread names with the new profiler...
2010-11-10 Paolo MolaroLog profiler: added support for GC handles tracking.
2010-11-09 Paolo MolaroLog profiler: osx/win32 portability fixes.
2010-11-08 Paolo MolaroLog profiler: disable zlib support on windows.
2010-11-08 Paolo MolaroLog profiler: fill and display a few more data fields...
2010-11-08 Paolo MolaroEmit object heap sizes for allocations and heap-shot...
2010-11-08 Paolo MolaroMore log profiler portability and warning fixes.
2010-11-08 Paolo MolaroIntegrated the log profiler in the build, warning and...
2010-11-08 Paolo MolaroLog profiler: added copyright header and comments.
2010-11-08 Paolo MolaroPorted log profiler to windows (untested) and OSX time...
2010-11-08 Paolo MolaroDocumented the current version for the log profiler...
2010-11-06 Zoltan VargaFix encode/decode_sleb128 () on 64 bit systems.
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Geoff NortonImplement the new logging profiler on OSX
2010-11-05 Paolo MolaroFirst cut of the new log profiler and report generator.