Created by W.Langdon from gp-bibliography.bib Revision:1.7047
One core component of Gin is the profiler, which is used to identify hot methods in target applications: methods where the CPU spends most time and so may offer the most fertile sections of code for improvements to run time. Gin profiler is HPROF, which was included with JDKs up to version 8. HPROF is no longer supported and so needs replaced if Gin is to support later versions of Java. Furthermore, little investigation has been made within the GI community comparing different profiling approaches.
With this paper and its associated and accepted pull request, we replace Gin CPU profiler to allow Gin to be applied to current Java code.",
Genetic Programming entries for Myles Watkinson Alexander E I Brownlee