Wednesday 26 June 2013

python timing

With ipython:

In [1]:  timeit test = extractPhase2(Vin = res['C120130515-00000'][0:l], \
            Vout = res['C220130515-00000'][0:l], \
            pointsPerCycle = 30.0, cycles = 1, debug=0)


1 loops, best of 3: 7.88 s per loop

No comments:

Post a Comment