Re: JVM bytecode basics
Bil Lewis <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Lalitha, Might I suggest that AOP would be a more appropriate solution to your problems? While writing BCEL code is fun and interesting, it is very slow and demanding. Using AspectJ you can get your data quickly and simply. -Bil On Wed, 11 Aug 2004, Lalitha Vishali wrote: > Thanks Pietschmann, the requirement is not just about knowing the method > execution time statistics, but also to build meaningful inferences and > suggestions based on the data, in the J2EE context. > For that, i need to store the data obtained for various parameters in > appropriate datastructures and analyze it. And hence i plan on obtaining > the data thru a framework which i design instead of using existing tools > / profilers.