Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-16ObjectModel.cs: fixed description string of "referenced by" subset.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=129493
2009-03-16Modified the delegates of the MenuItem actions specifiying the whole signature.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=129489
2009-01-18Fixed a bug in the stat profiler that prevented file names to be shown for ↵Massimiliano Mantione
unmanaged functions. svn path=/trunk/mono-tools/; revision=123710
2008-12-31ObjectModel.cs: fixed call stack array resize condition.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=122293
2008-12-01Handle object allocator method and call stack in heap profiling.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=120368
2008-11-14Fix .desktop filesAndrew Jorgensen
svn path=/trunk/mono-tools/; revision=118781
2008-11-03Massive refactoring to unify allocations and heap objects inside heap analysis.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=117728
2008-10-13Turn HeapObject class into generic BaseHeapObject class, and add a new ↵Massimiliano Mantione
IAllocatedObject interface (this will give more freedom when implementing HeapObject and AllocatedObject separately). svn path=/trunk/mono-tools/; revision=115650
2008-10-12Added support for object ids in allocation events.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=115556
2008-10-10Added support for handling the stack trace of each allocation event.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=115435
2008-10-10Added support for handling the stack trace of each allocation event.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=115434
2008-10-10Add "jit time support" to the call stack.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=115433
2008-10-10Preliminary (but working) code to control the profiler at runtime.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=115432
2008-08-21Added support for correct accounting of allocations which happened at JIT time.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=111249
2008-08-21Added support for correct accounting of allocations which happened at JIT time.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=111248
2008-08-20 * Main.cs: Fix warning.Massimiliano Mantione
* gtk-gui/gui.stetic: regenerated with correct pathnames. svn path=/trunk/mono-tools/; revision=111089
2008-08-20Ignore decoding exceptions but print the stack trace.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=111088
2008-08-20Added support for directives in the log file.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=111087
2008-08-12More mono-tools integration relate work...Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110225
2008-08-12More fixes for the Mono.Profiler integration.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110224
2008-08-12More fixes for the mono-tools integration.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110223
2008-08-12Integrated Mono.Profiler in the build.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110210
2008-08-12More makefile fixing.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110209
2008-08-12Modified makefiles for integration into mono-tools.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110208
2008-08-11Moving the Mono.Profiler module inside mono-tools.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110097