G
Guest
It looks like I have some kind of memory leak in my Visual Basic program. I
am grabing about 250K of memory every 10 seconds. I have all kinds of stuff
happening (Threads spinning in the backround & all kinds of timers going
off) and I cant tell where memory is getting sucked up.
Does VB/Visual studio.Net have some way to let me know how much memory my
objects are taking up? I cant seem to figure out how to get the
Locals/Watch/or Memory windows to show this information (Maybe I am doing it
wrong?).
Some kind of function I can execute from the Command Window would be fine
too like:
HowMuchMemoryDoesThisSillyObjectUse(MyObject)
Any help would be great!
g.
am grabing about 250K of memory every 10 seconds. I have all kinds of stuff
happening (Threads spinning in the backround & all kinds of timers going
off) and I cant tell where memory is getting sucked up.
Does VB/Visual studio.Net have some way to let me know how much memory my
objects are taking up? I cant seem to figure out how to get the
Locals/Watch/or Memory windows to show this information (Maybe I am doing it
wrong?).
Some kind of function I can execute from the Command Window would be fine
too like:
HowMuchMemoryDoesThisSillyObjectUse(MyObject)
Any help would be great!
g.