Description Usage Arguments Details Value Author(s) Examples
View source: R/start_perftrack.R
starts collection of information about memory, disk and CPU usage of rsession and other processes
1 2 3 |
timestep |
|
trackmem |
|
trackCPU |
|
trackdisk |
|
add_processes |
|
outfile |
|
On Windows, the function calls typeperf. On Linux, it calls ???
The function is called for its side effects. It starts monitoring performances and strore useful information in baseenv.
Lorenzo Busetto, phD (2018) lbusett@gmail.com
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.