I'm planning to do some profiling around a set of regression test cases. My idea is to leverage AOP around the testng methods which will invoke some profiling tool api and ...
I am writing a profiler with the aid of the JVM TI.
In C++ I have written a simple agent, which writes the information collected to a socket. With Java Swing I ...
I'm trying to use JVMTI to know how much memory was freed by the GC, this would be used as part of a profiler.
Using JVMTI I can get events for the ...