3 lines
66 B
Text
3 lines
66 B
Text
atom t0 = time()
|
|
some_procedure()
|
|
printf(1,"%3.2fs.\n",time()-t0)
|
atom t0 = time()
|
|
some_procedure()
|
|
printf(1,"%3.2fs.\n",time()-t0)
|