Thread: efficiency analysis tools

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    7

    efficiency analysis tools

    I am currently writing a very large program in C and C++ which processes some huge image files and outputs large amounts of statistics on those files. I was wondering if anyone knows of any tools that can be used to help determine where the program is spending most of it's time handling things (in input, output, computation, buffering, etc) so I can fine tune the code in those places.

    Thanks for the help.

    Paul

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    What OS are you using?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    May 2004
    Posts
    7
    I am using Windows XP Pro and Microsoft VS .NET 2003.
    Last edited by pdmarshall; 05-26-2004 at 03:01 PM.

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tools for static code analysis
    By lehe in forum C++ Programming
    Replies: 2
    Last Post: 03-18-2009, 12:41 PM
  2. A few interesting tools...
    By Mad_guy in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-10-2009, 06:07 PM
  3. Dev-C++ Profile Analysis
    By Orborde in forum C++ Programming
    Replies: 0
    Last Post: 05-28-2005, 01:37 AM
  4. rhetorical analysis and why it is for YOU!
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 03-30-2003, 02:11 PM
  5. Code coverage tools
    By bswole in forum Linux Programming
    Replies: 2
    Last Post: 03-20-2002, 08:16 AM