Description Usage Arguments Value Examples
The timing function is used alongside the WFG package. It estimates the number of evaluations per second.
1  | timing(expr, maxSeconds = 4)
 | 
expr | 
 The expression to be timed.  | 
maxSeconds | 
 The maximum number of seconds you want to wait for the averaging. There are heuristics such that normally maxSeconds is not reached.  | 
number of evaluations per second
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.