HI,
I am using jassist to instrument the byte code. I want to add following statement to all
methods:
method.insertBefore("{ Profiler.start(); }");
In addition to this i should add the import statement for Profiler class. How should i do
it ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251041#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...