time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (295B)


      1 
      2 {{alias}}()
      3     Returns the time in seconds since the epoch.
      4 
      5     The Unix epoch is 00:00:00 UTC on 1 January 1970.
      6 
      7     Returns
      8     -------
      9     out: integer
     10         Time in seconds since the epoch.
     11 
     12     Examples
     13     --------
     14     > var ts = {{alias}}()
     15     <number>
     16 
     17     See Also
     18     --------
     19