Description Usage Arguments Details
The 'timing' class records the computation time of R calculations. There are three methods: new, update and print.
1 2 | ## S3 method for class 'timing'
new(processes = "P1")
|
processes |
character vector for names of processes to follow. |
Create an object of class 'timing', a list containing: now: the last known value of sum(proc.time()[1:2]) times: named vector of processes to keep track of calls: number of calls to proc.time within update.timing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.