diff options
Diffstat (limited to 'doc/numpybook/comparison/weave/timeme')
-rwxr-xr-x | doc/numpybook/comparison/weave/timeme | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/numpybook/comparison/weave/timeme b/doc/numpybook/comparison/weave/timeme new file mode 100755 index 000000000..2f7cd297f --- /dev/null +++ b/doc/numpybook/comparison/weave/timeme @@ -0,0 +1,2 @@ +python2.4 -m timeit -s "import numpy as N; a=N.random.rand(100,200); import filter" "b = filter.filter(a)" + |