What is the Difference Between Self and Total Time?

Self-time

This is the time to execute code in a function.

Total-time

This is self-time plus the amount of time it took to execute code in any functions which that function calls.

self time vs total time
Figure 1. The difference between Self-time and Total-time.
Still need help? Email [email protected]