Mega Code Archive
Categories
/
Java Tutorial
/
Language
A profiler is used to analyze how much time a program spends in each part of the code
You can use this information to determine which parts of a program to optimize. java -prof TestDrive