Thread: timing

  1. #1
    In The Light
    Join Date
    Oct 2001
    Posts
    598

    timing

    howdy,
    the speed and efficeincy of apps seems to be of some importance,
    what are the methods of testing different apps for speed and effective memory management?
    are software packages available for testing run time efficeincy?

    M.R.

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    Profilers are normally used to test the speed of certain parts of programs.Here's an example of an expensive one, although some are available freely or as part of an IDE.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Timing basic operations in C++
    By StevenGarcia in forum C++ Programming
    Replies: 9
    Last Post: 09-18-2007, 02:10 AM
  2. Performance Timing Function
    By rosicky2005 in forum C++ Programming
    Replies: 11
    Last Post: 05-31-2007, 03:09 PM
  3. My Timing System
    By jmd15 in forum Windows Programming
    Replies: 4
    Last Post: 01-01-2006, 11:43 PM
  4. Games - timing
    By Magos in forum Game Programming
    Replies: 7
    Last Post: 03-06-2004, 11:32 AM
  5. Timing in Windows
    By steinberg in forum Windows Programming
    Replies: 3
    Last Post: 07-14-2002, 12:43 AM