6 lines
86 B
Text
6 lines
86 B
Text
|
|
atom t
|
||
|
|
t = time()
|
||
|
|
some_procedure()
|
||
|
|
t = time() - t
|
||
|
|
printf(1,"Elapsed %f seconds.\n",t)
|