Categories: JProfiler
Up to now, there was no good solution for profiling Java code on embedded systems. With the 7.0.1 release of JProfiler, we have introduced support for the Linux ARM platform. The native agent libraries in thebin/linux-arm
directory work with the official Java SE for embedded
from Oracle.On the embedded device, you just add the VM parameter
-agentpath:[path to libjprofilerti.dll]
to the profiled JVM. In the JProfiler GUI on your development machine, you create a session of type "Attach to profiled
JVM" to start profiling.