images\quantify_sml.giffunction+descendants (F+D) time
method+descendants (M+D) time
procedure+descendants (P+D) time

The total time required to execute the code in a function and in all of the functions it calls. When profiling .NET managed code programs, this is called method+descendants (M+D) time; for Visual Basic programs, procedure+descendants (P+D) time.

(C) Copyright IBM Corporation 1992, 2010.