February 2008
Intermediate to advanced
174 pages
3h 55m
English
laboratory 13
Performance Evaluation
Objectives
In this laboratory, you
use a Timer class to measure the length of time between two events—when a function starts and when it finishes, for instance.
compare the performance of searching and sorting routines.
compare the performance implications of common C++ constructs.
ADT Overview
A routine's performance can be judged in many ways and on many levels. In other laboratories, you describe performance ...
Read now
Unlock full access