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-06-172009-06-17 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : Save is ctrl-s not c. svn path=/trunk/mono-tools/; revision=136331
2009-06-172009-06-17 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : add accelerators for stock menu items. svn path=/trunk/mono-tools/; revision=136330
2009-06-172009-06-17 Mike Kestner <mkestner@novell.com>Mike Kestner
* CallsView.cs: Reorder columns to put cost first. svn path=/trunk/mono-tools/; revision=136328
2009-06-172009-06-17 Mike Kestner <mkestner@novell.com>Mike Kestner
* AllocationsStore.cs: Allocations subclass of the new ProfileStore. * AllocationsView.cs: new Allocations tree view. * CallsStore.cs: refactor as ProfileStore subclass with CallsNode subclass. * Node.cs: super class for Calls and Allocations tree nodes. * ProfileStore.cs: super class for Calls and Allocations stores. svn path=/trunk/mono-tools/; revision=136327
2009-06-12Get the root frames from the event handler now.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=135984
2009-06-12Get the root frames from the event handler now.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=135983
2009-06-12Got rid of static fields when handling call stack creation, and introduced a ↵Massimiliano Mantione
proper factory instead. svn path=/trunk/mono-tools/; revision=135982
2009-06-12Properly merged the fix for call stack execution time attribution.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=135974
2009-06-12Also show method execution time grouped by individual stack frames in the ↵Massimiliano Mantione
call tree. svn path=/trunk/mono-tools/; revision=135973
2009-06-12added method execution time accounting on individual stack frames in the ↵Massimiliano Mantione
call tree. svn path=/trunk/mono-tools/; revision=135972
2009-06-112009-06-11 Mike Kestner <mkestner@novell.com>Mike Kestner
* CallsStore.cs: add license. * CallsView.cs: new internal treeview subclass for calls data. * ProfileView.cs: new scrolled window class to load profile logs and manage different profile view types. 2009-06-11 Mike Kestner <mkestner@novell.com> * gtk-gui/* : kill stetic stuff. project is simple enough to avoid it. * Main.cs : add license. * MainWindow.cs : refactor to non-stetic class. Move profile loading to Widgets.ProfileView. add license. svn path=/trunk/mono-tools/; revision=135934
2009-06-102009-06-09 Mike Kestner <mkestner@novell.com>Mike Kestner
* ObjectModel.cs: commit Massi's calls StackTrace logging. 2009-06-09 Mike Kestner <mkestner@novell.com> * Main.cs: commit Massi's new calls profile formatting code. 2009-06-09 Mike Kestner <mkestner@novell.com> * CallsStore.cs: use StackTrace objects to navigate the call tree and obtain context appropriate clicks info. Fix a bug in the GetIter path traversal logic for trees deeper than 2 levels. svn path=/trunk/mono-tools/; revision=135791
2009-05-222009-05-21 Mike Kestner <mkestner@novell.com>Mike Kestner
* *: initial checkin. beginnings of a visual profiling application to drive the mono logging profiler and display/navigate its output. 2009-05-21 Mike Kestner <mkestner@novell.com> * Mono.Profiler/*: replace MD 1.0 solution files with 2.0 msbuild files, and turn on makefile synchronization instead of generated makefiles. svn path=/trunk/mono-tools/; revision=134564
2009-04-06Added support for monitor profiling.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=131120
2009-04-06Added support for monitor profiling.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=131119
2009-03-18ObjectModel.cs: In "IHeapItemSetStatisticsSubject.Description" ↵Massimiliano Mantione
implementations return the full method name. svn path=/trunk/mono-tools/; revision=129643
2009-03-18HeapSnapshotExplorer.cs: Use "Text" instead of "Markup" to set the tree and ↵Massimiliano Mantione
list cells contents. svn path=/trunk/mono-tools/; revision=129642
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