Code Profiler – Caller/Callee ViewThe 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.
|
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)