Re: JVM bytecode basics
"J.Pietschmann" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Lalitha Vishali wrote: > The context in which i want to explore BCEL is to performance-engineer > J2EE Applications. > I want to time spec-mandated callbacks like say ejbCreate(), ejbLoad() > etc, by inserting System.currentTimeMillis() into the container > generated code for ejbs. You are probably better off using a regular profiler. If you can't afford an advanced commercial product, evaluate OSS alternatives whether they fit your environment and requirements, for example check out http://freshmeat.net/projects/ejp/ J.Pietschmann