Tuesday, January 10, 2012

Java Profiler

If you launch the Java virtual machine with the -Xprof flag, it runs a rudimentary profiler
that keeps track of the methods in your code that were executed most often. The
profiling information is sent to System.out. The output also tells you which methods
were compiled by the just-in-time compiler.

No comments:

Post a Comment