Show method precision / Show line precision – Determine if several lines of the same method call will be united in a single entry in the Memory Call Tree and the CPU Call Tree (if the sampling method is used). For example, if you select the Show line precision option, three samples of the same method call located in different lines in the application's code will be displayed as separate stack frames like this:
However, if you select the Show method precision option, the three samples of the same method call will be united in one method node:
