RE: Java profilers

2002-11-15 Thread Pavel Ausianik
D] > Subject: Re: Java profilers > > > > (it's scary > > how much memory is being churned in Java stuff :-). > > That's one nice thing about .NET: you can define types for which > instances will be created on the stack instead of from the heap. &

Re: Java profilers

2002-11-14 Thread Scott Nichol
> (it's scary > how much memory is being churned in Java stuff :-). That's one nice thing about .NET: you can define types for which instances will be created on the stack instead of from the heap. Scott Nichol -- To unsubscribe, e-mail: For addit

RE: Java profilers

2002-11-14 Thread WJCarpenter
> I have long experience of using OptimizeIt www.optimizeIt.com (now FWIW, Oracle's JDeveloper IDE includes a memory and CPU performance profiler. I have no idea how it compares to other products, but for many people I'm sure it will drill down as far as they need in practice. I've used it sever