Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] On the subject of profiling

I've had some issues with memory usage lately so I started eclipse, did a clean/rebuild of an AspectJ project I'm working on, performed a heap dump and ran it through the memory analyzer. I found that the org.aspectj.weaver.BcelWorld class is accounting for 40% of my total heap usage, about 259 meg worth after a single build. Is that normal?

Dave Whittaker
Iradix, LLC
(p) 212.513.0874 x100
(f) 212.504.8213
dave@xxxxxxxxxx



Back to the top