Description Usage Details Value Examples
Returns the user, system (kernel), and wallclock time that the current
process has been active. Like a kind of post-hoc system.time()
.
1 |
If any of the user, system, or elapsed process times are unsupported on a
given platform, then the value will be NA
.
A proc_time object (same as system.time()
).
1 2 3 4 5 6 | ## Not run:
library(memuse)
post.system.time()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.