Timing And Profiling
- Two common methods for checking the efficiency of our code:
- Timing - either timing the entire code, or adding timing caclulations
into the code.
- Profiling - using existing tools that perform this automatically.
Originally written by
guy keren