Child pages
  • About Aprof

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Features overview

  • Fast (can be used and is designed to be used in production) 
  • Provides detailed information (can be used to identify problematic pieces of code)
  • Configurable level of detail (as a compromise between speed and detailness)
  • Open Source (help us improve it!)

...

In current version (build 2526):

  • Does not take into account the fact, that some memory allocation are removed by JIT after escape analysis and actually prevents JIT from allocating objects on stack.
  • Does not work on some old releases of 1.6 and 1.5 JVMs.

...