Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
Profiling
Edit
PageHistory
Diff
Info
LikePages
You are viewing an old revision of this page.
View the current version
.
The collectoin of RunTime information for later use at CompileTime. The profiling information is generally saved to disk, either as a summary (requires more RAM) or as a log (requires more disk) and then used to identify parts of the code which would most benefit from [Optimisation]s of various types. [HotSpotCompiler]s do this all [AutoMagic]ally at runtime.
3 pages link to
Profiling
:
JavaDebuggingHints
HotSpotCompiler
OProfile