time-to-botec

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

repl.txt (312B)


      1 
      2 {{alias}}()
      3     Returns a high-resolution time.
      4 
      5     The returned array has the following format: `[seconds, nanoseconds]`.
      6 
      7     Returns
      8     -------
      9     out: Array<integer>
     10         High resolution time.
     11 
     12     Examples
     13     --------
     14     > var t = {{alias}}()
     15     [ <number>, <number> ]
     16 
     17     See Also
     18     --------
     19