Using NetBeans profiler with Guice classes
Posted
by
Karussell
on Stack Overflow
See other posts from Stack Overflow
or by Karussell
Published on 2010-07-27T11:19:09Z
Indexed on
2011/01/10
18:53 UTC
Read the original article
Hit count: 227
How can I use the profiler from NetBeans 6.8 or 6.9 (choosing 'entire application') with guice enhanced classes?
I am using google guice 2.0 (with warp persist 2.0-20090214) for some classes and wanted to profile those classes. But I cannot see a result for those classes. The only result I can see is for one method 'EnhancedClass.access$000' which is not very helpful. Other classes are working.
Does somebody know a workaround? Or know what I am doing wrong?
© Stack Overflow or respective owner