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