Thread: Program Performance

  1. #1
    Wannabe Geek
    Join Date
    Aug 2004
    Posts
    19

    Program Performance

    I have written a prog in C/C++, no OOPs concepts.
    How do I find how much processing power, and memmory my program uses while it runs?
    I'm using a Borland C++ 5.02 compiler.
    -Cheers

  2. #2
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Ctrl+alt+del ?

    If you have XP I know it brings up the windows task manager. From there find your process and see the memory its using and how much juice your cpu is using.
    What is C++?

  3. #3

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM