[ Team LiB ] Previous Section Next Section

Chapter 7. Testing and Performance

IN THIS CHAPTER

C++ Concepts

Performance Tuning

Macros

Timing Your Code

Real-Time Performance Issues

GUI Considerations

Image Framework Concepts

Unit Test Framework

No software development effort is complete until you do some testing and performance tuning. This chapter provides guidelines for unit tests and creates a framework for automatically running them. In addition, we provide thirteen specific techniques that you can apply to your code to optimize performance.

    [ Team LiB ] Previous Section Next Section