Variable Memory Utilization

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pmclinn

    #1

    Variable Memory Utilization

    Is it possible to view Object memory utilization for debuging purposes?

    I have a memory leak and I'm trying to assertain where it is coming
    from.

    -Peter

  • Herfried K. Wagner [MVP]

    #2
    Re: Variable Memory Utilization

    "pmclinn" <pmclinn@gmail. com> schrieb:[color=blue]
    > Is it possible to view Object memory utilization for debuging purposes?[/color]

    Allocation Profiler src
    <URL:http://www.gotdotnet.c om/Community/UserSamples/Details.aspx?Sa mpleGuid=325432 5d-a4aa-4bb3-aa86-c72d5104ec74>

    CLR Profiler (v2.0)
    <URL:http://www.microsoft.c om/downloads/details.aspx?Fa milyId=86CE6052-D7F4-4AEB-9B7A-94635BEEBDDA&di splaylang=en>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...