How can we obtain a performance profile of my Java program?

Options
- By using Java interpreter's -caller option
- By using Java interpreter's -prof option
- Both a and b are correct


CORRECT ANSWER : By using Java interpreter's -prof option

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement