CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Dallas, TX
    Posts
    10

    How do you find out how much memory the application consumes?

    Is there a tool or something to get this kind of information? VB compiler doesn;t give a map file, does it?


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: How do you find out how much memory the application consumes?

    Check Resource Meter how much memory is used before you started your app and after it. You can find resource meter in the Programs->Accessories->System Tools

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured