CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Posts
    11

    [RESOLVED] CPU Usage of a process

    Hey, I was wondering if anyone knew of a way to get the CPU Usage of a certain process programmatically? like in the task manager in the processes tab.

    Thanks

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: CPU Usage of a process

    Look at this article.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  3. #3
    Join Date
    Jan 2007
    Posts
    11

    Re: CPU Usage of a process

    thanks very much - this really helped. Thanks again

  4. #4
    Join Date
    May 2005
    Posts
    4,954

    Re: CPU Usage of a process

    You are welcome

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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