The Call Tree tab shows all sampled stack traces, starting from entry methods such as main() and run(). This tab shows the most common stack traces, which can be helpful for finding bottlenecks in a Java application.
main()
run()