time-to-botec

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

repl.txt (312B)


      1 
      2 {{alias}}
      3     Number of CPUs.
      4 
      5     In browser environments, the number of CPUs is determined by querying the
      6     hardware concurrency API.
      7 
      8     In Node.js environments, the number of CPUs is determined via the `os`
      9     module.
     10 
     11     Examples
     12     --------
     13     > {{alias}}
     14     <number>
     15 
     16     See Also
     17     --------
     18