Is there a way to output code and memory use from the compiler (besides -g bytecode) to easily see impact of different code structures rather than run up simulator and use view memory?
Is there a way to output code and memory use from the compiler (besides -g bytecode) to easily see impact of different code structures rather than run up simulator and use view memory?
Nope, that and the memory information from System.getSystemStats() is all that we provide currently.