usrtime: usrtime

Description Usage Value Examples

Description

Returns the amount of time in human-readable units that the current process has been in user mode.

Returns the amount of time to the nearest second in human-readable units that the current R process has been active, i.e. the wall-clock time of the process.

Usage

1
2
3

Value

A readabletime object.

A readabletime object.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
library(memuse)

Sys.usrtime()

## End(Not run)

## Not run: 
library(memuse)

Sys.runtime()

## End(Not run)

shinra-dev/merkhet documentation built on Dec. 31, 2021, 4:30 a.m.