Thread: Getting CPU Time?

  1. #1
    Unregistered
    Guest

    Getting CPU Time?

    Can any one tell me that how can i develop an application like Task Manager?

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    129
    What for, you making an os?

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: Getting CPU Time?

    Originally posted by Unregistered
    Can any one tell me that how can i develop an application like Task Manager?

    Look up Windows Services.....

  4. #4
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    2 possibles if your using win2k look up PSAPI(.dll) on win9x its the kernel32.dll i'm not sure what you'd look for specifically, or do a search at http://www.codeguru.com they've got several sources available.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Hmm....maybe I misunderstood...I thought he wanted a program like the "Scheduled Tasks" facility on windows.............

  6. #6
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    Task Manager shows processes and process information such as memory usage, cpu cycles, processor usage, thread count, ect ect...
    allows you to kill/run processes, moniter bandwidth usage, and a bunch of other stuff...
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. clock()
    By C_ntua in forum C Programming
    Replies: 19
    Last Post: 10-08-2008, 11:45 AM
  2. Determine the closest departure time
    By Kyeong in forum C Programming
    Replies: 9
    Last Post: 10-07-2008, 08:06 PM
  3. Execution Time - Rijandael encryption
    By gamer4life687 in forum C++ Programming
    Replies: 5
    Last Post: 09-20-2008, 09:25 PM
  4. Upgrading my old CPU (for another old one!)
    By foxman in forum Tech Board
    Replies: 16
    Last Post: 01-11-2008, 05:41 PM
  5. CPU time / thread tool
    By Carlos in forum Windows Programming
    Replies: 2
    Last Post: 01-31-2003, 09:11 AM