Thread: CPU time / thread tool

  1. #1
    Normal vector Carlos's Avatar
    Join Date
    Sep 2001
    Location
    Budapest
    Posts
    463

    Question CPU time / thread tool

    Hi!

    I'd need an extended Task Manager -> a tool able to display CPU times consumed by each thread, not only by the owner process.

    Please let me know, if you've heard of such tool.

    Thank you in advance!

    May the CODE be with you! :°)

  2. #2
    Normal vector Carlos's Avatar
    Join Date
    Sep 2001
    Location
    Budapest
    Posts
    463
    Microsoft Visual Studio 6.0 Tools -> Process Viewer will do it, just wondering if there's some alternative for it...

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    ::Assuming decent version of windows - 2000 or XP::

    Start->Programs->Admin Tools->Performance

    This tool allows you to select any/all running threads (user mode and kernel mode) and watch their activity as a graph

    Might be what you want...might not

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. Sending an email in C program
    By Moony in forum C Programming
    Replies: 28
    Last Post: 10-19-2006, 10:42 AM
  3. Simple thread object model (my first post)
    By Codeplug in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2004, 11:34 PM
  4. How to make a thread sleep or std::recv timeout?
    By BrianK in forum Linux Programming
    Replies: 3
    Last Post: 02-26-2003, 10:27 PM
  5. time class
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-11-2001, 10:12 PM