jvmti « profile « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » profile » jvmti 

1. How to do programmatic profiling while running a testng    stackoverflow.com

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 ...

2. Profiling JVMs with JVMTI, how to distinguish the different JVMs?    stackoverflow.com

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 ...

3. Using JVMTI to get the amount of memory freed by the GC    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.