MSTT Advisor-assisted Fault Locating
In this case, you can also use advisor to locate the fault.
- Run the msprof-analyze advisor all -d $HOME/profiling_data/ command to obtain the path for storing expert suggestions. $HOME/profiling_data/ indicates the path to the profile data.
Figure 1 Advisor output
- Open the HTML file. We can see similar conclusion and suggestion (in the red box) for resolving the performance problem.
Figure 2 Advisor expert suggestion
Parent topic: Performance Tuning Cases