CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Location
    India
    Posts
    780

    How can get occupied by CPU and Memory usage by my application?

    Hi all,

    please tell me how can i get details of CPU and Memory usage that is used by my application.

    I have a SDI type application in MFC.

    I want to get information same like Window Task Manager display.


    like My exe name is Test.exe

    so in Processes Tab of Window Task Manager display the information like this.

    Image Name="Test.exe"
    User Name="";
    CPU="07";
    Memory="4,564K";
    Description="Test";
    Please help me for this.

    thanks in advance.
    Last edited by vjshankwar; July 25th, 2009 at 06:56 AM.
    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

  2. #2
    Join Date
    Dec 2008
    Posts
    114

    Re: How can get occupied by CPU and Memory usage by my application?

    Type on 'Search' on MSDN or Google Groups : 0.35 seconds to find the C code...

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