'From Pharo1.0rc1 of 19 October 2009 [Latest update: #10492] on 13 November 2009 at 6:13:44 pm'!!TimeProfileBrowser class methodsFor: 'documentation' stamp: 'CedrickBeler 11/13/2009 18:13'!helpMessage	^'"Choose a method to see its implementation		****General information****Process(priorityNumber) aNumber : means the priority is priorityNumber for process number aNumber.Tree: 		total time spent in each method (including called methods).Leaves: 	time spent in each method but without the time spent in methods called.Memory: 	information about the memory evolution.	free represents the memory space that was used during the execution of the profiled expression.GC''s:		information about garbage collection				incr, tenures and root table are for expert only.				An important remark is that if incr time should be less than 10%.				Incr value greater than 25% really denotes a problem"'! !