Sun May 12 12:27:44 2013 WTIME_TEST PYTHON version: Test the WTIME library. WTIME_TEST01 Time the RANDOM_SAMPLE function: x = numpy.random.random_sample ( ( n, 1 ) ); Data vectors will be of minimum size 1024 Data vectors will be of maximum size 4194304 Number of repetitions of the operation: 5 Timing results in seconds: Size Rep #1 Rep #2 Rep #3 Rep #4 Rep #5 1024 0.000038 0.000029 0.000023 0.000024 0.000022 2048 0.000048 0.000058 0.000044 0.000042 0.000043 4096 0.000090 0.000116 0.000083 0.000082 0.000082 8192 0.000173 0.000209 0.000163 0.000166 0.000164 16384 0.000340 0.000401 0.000326 0.000323 0.000322 32768 0.000685 0.000808 0.000647 0.000641 0.000659 65536 0.001363 0.001689 0.001544 0.001486 0.001487 131072 0.003272 0.003159 0.003059 0.003012 0.002571 262144 0.006769 0.006587 0.006459 0.006269 0.005158 524288 0.013342 0.012913 0.012810 0.012580 0.010321 1048576 0.027351 0.027965 0.026906 0.025824 0.020629 2097152 0.056806 0.054565 0.057841 0.052469 0.041220 4194304 0.113971 0.111789 0.113820 0.111784 0.113401 WTIME_TEST: Normal end of execution. Sun May 12 12:27:46 2013