summary refs log blame commit diff stats
path: root/tests/compile/tgetstartmilsecs.nim
blob: 5a3368e0f193c0ebefcb7809730d6a1fe24b6d25 (plain) (tree)
1
2
3
4
5
6
7


                
                       

              
                                  
# 
import times, os

var start = epochTime()
os.sleep(1000)

echo epochTime() - start #OUT 1000