I have 2 codes codeOld and codeNew, each contains many methods (i.e. both very complex). I'd like to prove that codeNew is better than codeOld as the former is faster. So I googled it and found the following functions to measure the performance: timeit, tic toc, cputime.