Skip to content

Instantly share code, notes, and snippets.

@c9s
Last active October 23, 2015 07:30
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/4bbc33b7b5dcedc6bd66 to your computer and use it in GitHub Desktop.
Save c9s/4bbc33b7b5dcedc6bd66 to your computer and use it in GitHub Desktop.
simple 0.155
simplecall 0.058
simpleucall 0.142
simpleudcall 0.164
mandel 0.729
mandel2 0.709
ackermann(7) 0.149
ary(50000) 0.021
ary2(50000) 0.017
ary3(2000) 0.413
fibo(30) 0.627
hash1(50000) 0.065
hash2(500) 0.067
heapsort(20000) 0.190
matrix(20) 0.210
nestedloop(12) 0.273
sieve(30) 0.107
strcat(200000) 0.033
------------------------
Total 4.131
simple 0.145
simplecall 0.046
simpleucall 0.143
simpleudcall 0.162
mandel 0.715
mandel2 0.771
ackermann(7) 0.157
ary(50000) 0.019
ary2(50000) 0.015
ary3(2000) 0.399
fibo(30) 0.581
hash1(50000) 0.057
hash2(500) 0.057
heapsort(20000) 0.177
matrix(20) 0.249
nestedloop(12) 0.263
sieve(30) 0.106
strcat(200000) 0.030
------------------------
Total 4.499
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment