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.
This is a discussion on timing within the C++ Programming forums, part of the General Programming Boards category; howdy, the speed and efficeincy of apps seems to be of some importance, what are the methods of testing different ...
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.
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.