Description Usage Arguments Details Value See Also Examples
A utility to look up some basic performance information about the CPU.
1 |
milis |
The amount of time in miliseconds the clock test should run for. Recommended range is 10-1000. |
quad_check |
logical; if |
There may be a large difference between the CPU clock as reported by the OS and as discovered by the small test. Modern operating systems keep the CPU clock scaled down to save power, and scale them up as needed.
Returns a list containing:
ncores | Number of "cores" (physical + logical). |
clock.os | The CPU clock as reported by the OS. |
clock.tested | The CPU clock determined from a small test. |
peak | Theoretical peak floating point operations per second. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.