
	function_profile(3)	MudOS v21c2		(5 Sep 1994)

	:
		function_profile() -  һȡúʽĲд 
				      (profiling) Ѷ.
	﷨:
		mixed *function_profile( object ob );

		 *function_profile(  ob );
	÷:
		ض ob  this_object() (ָ ob ) 
		ʽдѶ. ʽֻʽ (driver) 
		ʱж PROFILE_FUNCTIONS Ч.
	ֵ:
		˺ʽһӳ, ÿһ ob еĺʽ
		صӳʽ:

		([ "name"     : ʽ,
		   "calls"    : еĴ,

		/* cpu ʱ΢ (microsecond) Ϊλ */
                    "self"     : cpu_time_spent_in self,
                    "children" : cpu_time_spent_in_children
                 ])

		˴; CPU ʱй, ȻλΪ΢
		(microseconds), ʵϵľȷҪö.
	ο:
		rusage(3), time_expression(3), opcprof(3)
	:
		Spock @ FF	97.Jul.26.		(printed 3/16/95)

