ftime [function]
ftime()
returns a value that is increased by a total of 1 each second (time), as real
- guaranteed to offer sub-second precision unless stated otherwise for any specific platform
start = ftime(); do_something_big(); println( "That took " $ ftime() - start $ " seconds." );