I am using the profiler tool coming with VS2015 (Debug -> Profiler -> Start Diagnostics Tools Without Debugging...)
I am getting the diagnostic results but there are not really clear to me.
- The Current Function shows 80 sec. but the total of the called functions inside the current function is about 42 sec.
- The current function shows 29 sec. but the total of the called functions inside the current function is about 58 sec.
I was expecting that the total time of the called functions will be equal to the time of the current function.
Why are they different? To which value should I refer to?