Hi,
How do I check where in the program is object allocated from the heap? Can
a profiler do this? If so, which one and how do I use it? Thanks.
ekl
|
|
0
|
|
|
|
Reply
|
En-Kuang_Lung (3)
|
9/29/2003 9:23:14 PM |
|
EKL (En-Kuang_Lung@raytheon.com) wrote:
: How do I check where in the program is object allocated from the heap? Can
: a profiler do this? If so, which one and how do I use it? Thanks.
If I understand you correctly you want to know the method that
allocated an object. That information is something that profilers can
give you.
Try one of:
hprof, jmp, optimizeit(?), jprofiler(?), jprobe(?)
Google for where to find them....
/robo
|
|
0
|
|
|
|
Reply
|
d94-rol (56)
|
9/30/2003 6:20:15 AM
|
|