Link to home
Start Free TrialLog in
Avatar of sakthikumar
sakthikumar

asked on

what is a descendant sub program? might be simple, but like to accurate meaning.

what is a descendant program? might be simple, but like to accurate meaning.
Avatar of Jacobfw
Jacobfw
Flag of Canada image

I have not heard this term before.  Maybe you can provide the context and/or source that you found this reference.  It may just be another term for one more commonly used.
Avatar of sakthikumar
sakthikumar

ASKER

I find it in the below definition of sub tree elapsed time.
I find this in the hierarchical profiler.


subtree_elapsed_time : Elapsed time in micorseconds, for
                        subordinate tree program, excluding time
                        spent in descesendant sub programs.
ASKER CERTIFIED SOLUTION
Avatar of Jacobfw
Jacobfw
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
suppose for eg:

create procedure process1 is
begin
process2;
end;

begin
process1;
end;

In the above, which is subprogram, descendant sub program.?
requested for attention, but no response from any one.