time-to-botec

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

usage.txt (495B)


      1 
      2 Usage: timeit [options] [<code>]
      3 
      4 Options:
      5 
      6   -h,    --help                Print this message.
      7   -V,    --version             Print the package version.
      8          --iterations iter     Number of iterations.
      9          --repeats repeats     Number of repeats. Default: 3.
     10          --before setup        Setup code.
     11          --after cleanup       Cleanup code.
     12          --async               Time asynchronous code.
     13          --format fmt          Output format: pretty, csv, json. Default: pretty.
     14