[corlib] Improve CancellationTokenSource test
[mono.git] / mono / profiler / ChangeLog
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-03-26 Marek SafarNew test.
2010-03-16 Marek SafarNew tests.
2010-03-16 Paolo MolaroTue Mar 16 11:20:14 CET 2010 Paolo Molaro <lupus@ximian...
2010-03-03 Paolo MolaroWed Mar 3 19:17:14 CET 2010 Paolo Molaro <lupus@ximian...
2010-02-24 Paolo MolaroWed Feb 24 15:55:31 CET 2010 Paolo Molaro <lupus@ximian...
2010-02-24 Paolo MolaroWed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian...
2010-02-13 Zoltan Varga2010-02-13 Zoltan Varga <vargaz@gmail.com>
2010-01-11 Zoltan Varga2010-01-11 Zoltan Varga <vargaz@gmail.com>
2009-12-11 Marek Habersack2009-12-11 Marek Habersack <mhabersack@novell.com>
2009-10-14 Massimiliano MantioneFix the build.
2009-10-14 Geoff Nortonfix MONOTOUCH on trunk
2009-10-14 Massimiliano MantioneRemoved use of mono_thread_current which can crash...
2009-09-14 Massimiliano MantioneRemoved the use of signals to control the profiler...
2009-08-25 Marek SafarRequires gmcs
2009-08-21 Massimiliano MantioneChanged max depth of call chains to 128.
2009-08-21 Massimiliano MantioneReport all wrapper types.
2009-08-21 Massimiliano MantioneWhile debugging file writes, also print the exact numbe...
2009-08-19 Marek SafarNew tests.
2009-08-18 Christian Hergert2009-08-18 Christian Hergert <chris@dronelabs.com>
2009-08-14 Massimiliano MantioneFlush buffers synchronously so the GUI knows when we...
2009-08-14 Massimiliano MantioneAdded user thread reading commands from a local tcp...
2009-08-06 Massimiliano MantioneProfiler writer thread code cleanup.
2009-07-29 Massimiliano MantioneKeep track of cexecutable code buffers in the runtime...
2009-07-13 Michael Barker2009-07-11 Michael Barker <mike@middlesoft.co.uk>
2009-06-19 Massimiliano MantioneRemoved debugging printf statement.
2009-06-18 Massimiliano MantioneAdded assembly information to classes and wrapper flag...
2009-06-17 Massimiliano MantioneOnly emit initial stack snippet if we are tracking...
2009-05-28 Massimiliano MantioneAvoid tracking stacks and emitting allocation caller...
2009-04-06 Massimiliano MantioneAdded monitor contention profiling.
2009-03-23 Marek SafarNew test.
2009-03-23 Massimiliano Mantionemono-profiler-logging.c: Removed useless "gc-signal...
2009-03-16 Massimiliano MantioneWhen checking if an elf file is valid, avoid mapping...
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-01-25 Massimiliano MantioneFixed crash in the statistical profiler.
2009-01-23 Marek SafarNew test.
2009-01-18 Massimiliano Mantionemono-profiler-logging.c: bug fixing.
2008-12-31 Gert Driesen* app-default.config: Renamed to app-net_1_1.config...
2008-12-31 Massimiliano MantioneMake the profiler like r122287 on trunk.
2008-12-31 Massimiliano Mantionemono-profiler-logging.c: added "save-allocation-caller...
2008-12-31 Massimiliano MantioneFixes for the stat profiler.
2008-12-12 Massimiliano MantioneProper remember already opened ELF files, and ensure...
2008-12-12 Massimiliano MantioneAdded defaults to command line options.
2008-12-08 Atsushi Eno2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk [continued]
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk, going on.
2008-12-08 Atsushi Enoimporting messaging-2008 branch to trunk.
2008-12-01 Massimiliano MantioneAdded a replay of the whole call stack at the beginning...
2008-11-19 Jonathan Pryor * docs.make, Makefile.am: Build mono-file-formats...
2008-11-04 Massimiliano MantioneMake sure that stack sections can be fully reconstructe...
2008-10-12 Massimiliano MantioneAdded "aci" option to emit the object "id" at each...
2008-10-10 Massimiliano MantioneAdded support for handling the stack trace of each...
2008-09-14 Gert DriesenMoved ProviderCollectionTest.cs from System assembly...
2008-09-08 Massimiliano MantioneDon't build the profilers if DISABLE_PROFILER is set.
2008-09-08 Massimiliano MantioneMade the ChangeLog clearer (I should have done two...
2008-09-08 Massimiliano MantioneAdded three icalls to control the profiler from the...
2008-08-28 Zoltan Varga2008-08-28 Zoltan Varga <vargaz@gmail.com>
2008-08-21 Massimiliano MantioneAdded support for correct accounting of allocations...
2008-08-20 Massimiliano Mantione * mono-profiler-logging.c: Added directives block...
2008-08-20 Massimiliano MantioneAdded stack tracking (even if still unused).
2008-07-29 Marek SafarNew tests.
2008-07-29 Massimiliano MantioneFix bug 412473.
2008-07-28 Massimiliano MantioneFix the "allocation summaries" feature.
2008-07-24 Massimiliano MantioneEmit full type names for loaded classes (patch by Rodri...
2008-07-24 Massimiliano MantioneUse the new "runtime initialized" profiler hook.
2008-07-04 Massimiliano MantioneFix an embarassingly stupid problem with buffer sizes.
2008-07-04 Massimiliano MantioneChanged the way to wait for the writer thread to avoid...
2008-06-28 Massimiliano MantioneWhen offloading flushing to the writer thread, first...
2008-06-28 Massimiliano MantioneOffload more flushing to the writer thread, and fix...
2008-06-28 Massimiliano MantioneMade so that at appdomain unload the buffers are flushe...
2008-06-26 Massimiliano MantioneAdded more logging code.
2008-06-25 Massimiliano MantioneRecord also the domain of each statistical hit, so...
2008-06-25 Massimiliano MantioneFixed breakage introduced in r105966
2008-06-20 Massimiliano MantioneImplemented signal based enable-disable toggling for...
2008-06-20 Massimiliano MantioneUse the proper domain instead of trying to get one.
2008-06-17 Massimiliano MantioneProperly check the return value of "mono_assembly_fill_...
2008-06-17 Massimiliano MantioneFix a segfault on shutdown (see Marek's fix for the...
2008-06-17 Massimiliano MantioneInitial implementation of summary report for allocation...
2008-06-03 Noam Lampertsvn path=/trunk/mcs/; revision=104772
2008-05-23 Massimiliano MantioneFix warnings x86 and remove debugging code.
2008-05-23 Massimiliano MantioneFix the build on x86.
2008-05-23 Massimiliano MantioneSupport call chains (backtrace) in the stat profiler.
2008-05-23 Massimiliano Mantionemono-profiler-oprofile.c (handle_heap_profiling): Flush...
2008-05-23 Massimiliano MantioneAdded support for a global counter of all garbage colle...
2008-05-23 Massimiliano MantioneEnabled rdtsc by default.
2008-05-02 Massimiliano MantioneTurned DEBUG_STATISTICAL_PROFILER off...
2008-05-02 Massimiliano MantioneRework statistical profiler, adding the ability to...
2008-04-21 Massimiliano MantioneFix deadlock condition.
2008-04-21 Massimiliano MantioneAdded an incremental "counter delta" field to the block...
2008-04-11 Jb Evainmerge 100015:100420
2008-04-11 Jb Evainmerge 100015:100420
2008-04-10 Massimiliano MantioneRemoved debugging code.
2008-04-10 Massimiliano MantioneAdded possibiliy of requesting heap snapshots with...
2008-04-10 Massimiliano Mantione* mono-profiler-oprofile.c: Added option to append...
2008-04-03 Jb Evainmerge 99630:99762
2008-04-03 Jb Evainmerge 99630:99762
2008-04-02 Rodrigo Kumpera2008-04-02 Rodrigo Kumpera <rkumpera@novell.com>
2008-03-28 Jb Evainmerge from trunk at 97714
next