Measuring Time

We'd like a method for taking a program and producing a mathematical function representing the amount of time it takes to run it.

We can't do this, in general.

However, we can begin to make simplifying assumptions that let us do this approximately. In order of decreasing accuracy:

This will be enough to get us started. We'll need to make some even stronger assumptions later!


next up previous
Next: Simple Programming Model Up: EFFICIENCY ANALYSIS Previous: Explaining the Growth Rates