[MonoDevelop] [patch] profiler - core changes

Lluis Sanchez lluis at ximian.com
Mon Jul 2 05:55:30 EDT 2007


El dl 02 de 07 del 2007 a les 01:31 +0200, en/na Ben Motmans va
escriure:
> Hey,
> 
> Before my exams, I started working on the profiler addin, this work is
> nearly finished but a bit sidetracked due to my SoC project, but once
> in a while I'll code a couple of hours so hopefully, by the end of the
> summer, it will be finished. 
> 
> the included patch includes some changes to MonoDevelop.Core and
> MonoDevelop.Ide required for the profiler addin
> these are:
> * added a ProcessId property to IAsyncOperation: this is required for
> the profiler addin, because the mono profiler requires a "kill -PROF
> <pid>" to create the profiler memory dump, so we need to keep track of
> the ProcessId 
> * the Execute and ExecuteFile methods require an overload with the
> additional ExecutionContext parameter, this custom context is required
> to launch the solution with the "mono --profile=x ..." instead of the
> normal "mono ..." 
> 
> Is the patch OK to commit ?

Yep, it look ok.

> 
> -- Ben
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list