I am wondering whether there exists a java profiler which identifies the hotspots internally inside a method?
I have my first iteration of my next java 4k entry however it is very slow. I want to profile it however since all the game logic is inside the constructor it the standard profilers are too coarse… i would like to know which line numbers are causing most of the slow downs…