Sometimes you just need to measure how long does a routine call take.
Note that you might specify other things to represent as time, such as "get the amount of free memory" value.
Syntactic sugar for int(time.time()).
Syntactic sugar for int(time.time()*1000)