Function tree
Appearance

In the theory of complex systems, a function tree is a diagram showing the dependencies between the functions of a system. It breaks a problem (or its solution) down into simpler parts.
When used in computer programming, a function tree visualizes which function calls another. for the above definition, I think it's wrong. actually , a fucntion tree is not the invocation architecture, it's just the relationship between the combination of the different functions