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