With jsynprog.main still selected, click the Source tab. The source code for jsynprog.java appears, with performance numbers for the various lines where jsynprog.main invokes some other method.
Scrolling up and down reveals expensive method calls highlighted in green. You might also notice some lines displayed in red italicized text, such as Method-Name <instructions without line numbers>. This line represents HotSpot compiled versions of the named function, since HotSpot does not provide bytecode indices for the PCs from these instructions.
If the Analyzer was unable to locate your source files, try setting the path explicitly
by choosing
View Set Data Presentation and selecting
the Search Path tab. The path to add is the root directory of your sources.