Created
December 6, 2015 00:52
-
-
Save MasazI/b5971e0d377e132d6cb1 to your computer and use it in GitHub Desktop.
usr/bin/time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%/usr/bin/time -p python julia.py [~/source/hppython] | |
Length of x: 1000 | |
Total elements: 1000000 | |
@timefn: calculate_z_serial_purepython took 7.09809708595seconds | |
calculate_z_serial_purepython took 7.09813809395 sec | |
300.0 | |
real 8.06 | |
user 7.95 | |
sys 0.09 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment