Code Profiler – Caller/Callee View

The Caller/Callee shows the callers and callees of a particular function in question (Figure 3). This helps you determine who might be calling a method more often than it should. It also helps you determine whether a particular method is the cause of the performance problem, or if it is really one of the sub-methods that it calls that is causing the problem.