Skip to content

Instantly share code, notes, and snippets.

@c9s
Last active April 1, 2016 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9s/0273ac21631562724cabf86c42e86e32 to your computer and use it in GitHub Desktop.
Save c9s/0273ac21631562724cabf86c42e86e32 to your computer and use it in GitHub Desktop.
simple 0.156
simplecall 0.047
simpleucall 0.154
simpleudcall 0.174
mandel 0.754
mandel2 0.872
ackermann(7) 0.158
ary(50000) 0.021
ary2(50000) 0.017
ary3(2000) 0.403
fibo(30) 0.629
hash1(50000) 0.063
hash2(500) 0.062
heapsort(20000) 0.186
matrix(20) 0.207
nestedloop(12) 0.254
sieve(30) 0.106
strcat(200000) 0.032
------------------------
Total 4.293
simple 0.156
simplecall 0.051
simpleucall 0.158
simpleudcall 0.172
mandel 0.771
mandel2 0.752
ackermann(7) 0.167
ary(50000) 0.019
ary2(50000) 0.016
ary3(2000) 0.404
fibo(30) 0.640
hash1(50000) 0.063
hash2(500) 0.062
heapsort(20000) 0.188
matrix(20) 0.208
nestedloop(12) 0.257
sieve(30) 0.108
strcat(200000) 0.032
------------------------
Total 4.224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment