Thread: Anybody know of a program to test efficiency?

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    63

    Anybody know of a program to test efficiency?

    Well there are many ways to do things in a programming language, and sometimes I think to myself which is the besst way, which way will be most efficient for my program.

    I am wondering if there is any kind of tool which runs on windows and can be used to time a programs running time (maybe not milliseconds but quite precise like 100th's of a second at least.), also can tell you the average ram usage and peak ram usage.

    Thanks.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Process explorer - from www.sysinternals.com

  3. #3
    Registered User
    Join Date
    Jan 2006
    Posts
    63
    Thank you for the reply.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mutiliplcation Program that uses a (do, while, and for loop)?
    By Debbie Bremer in forum C++ Programming
    Replies: 4
    Last Post: 10-11-2008, 06:04 PM
  2. Executing a program
    By trancedeejay in forum C Programming
    Replies: 7
    Last Post: 03-06-2006, 08:55 AM
  3. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  4. Please test my program: Code Black
    By PhoenixC++ in forum Windows Programming
    Replies: 15
    Last Post: 04-29-2004, 07:18 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM