CSCE 315 Lecture 24
Jump to navigation
Jump to search
« previous | Monday, March 26, 2012 | next »
Performance
- Write better code
- Upgrade hardware
- Compiler optimization (even using a different compiler)
- Better class design
Profiling
Determine where code is spending time: No sense optimizing where no time is spent.
Precise measurements to measure improvements.
Tuning
Make small-scale adjustments to correct code