Differences between version 2 and previous revision of Profiling.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, September 1, 2004 11:18:19 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Wednesday, September 1, 2004 9:50:34 pm | by StuartYeates | Revert |
@@ -1 +1,3 @@
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.