[Mono-devel-list] GUI for the mono profile

Miguel de Icaza miguel at ximian.com
Sun Mar 7 11:45:06 EST 2004


Hey!

>   I have seen the profile in mono and I want to propose a GUI to work
> with it.
> 
>   I want to ask for comments, suggestion and questions of this idea.
> 
>   Actually the program read a profile in file profile.txt.
> 
> 
> My first example is:
>   http://www.msn4lin.com/monogrind/screenshot.png
> 
> The source code is:
>   http://www.msn4lin.com/monogrind/monogrind.tar.bz2

Very nice work, this is a step in the right direction.

A tool that I believe is very important is the visualization of the
profile data.  For example, visually see how much memory is allocated
by a routine, or what kind of objects are allocated the most in a program.

The same applies to representing the time.

The CLR profiler has a few useful visualizations that would be nice to
add;  If you have .NET I recommend it (its the first match in Google).



More information about the Mono-devel-list mailing list