[Mono-devel-list] GUI for the mono profile
Carlos Alberto Cortez Guevara
carlos at unixmexico.org
Sun Mar 7 13:56:47 EST 2004
Hi,
Maybe it would be a good idea to access the profiler routines from a C
environment, and also tryng to let the profiler run alone (again,
accessing the C profiler functions avalaible in the runtime).
However, the way it is being coded in C# looks good ;-)
Just my two cents.
Carlos.
El dom, 07-03-2004 a las 10:45, Miguel de Icaza escribió:
> 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).
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
--
--------------------------------------------------
/* The definition of myself */
using Cortez;
using GeniusIntelligence;
public class Carlos : Human, IGenius, ILinuxUser {
static void Main () {
Me.Think();
}
}
--------------------------------------------------
More information about the Mono-devel-list
mailing list