Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ps_create_time

Start time of a process


Description

The pid and the start time pair serves as the identifier of the process, as process ids might be reused, but the chance of starting two processes with identical ids within the resolution of the timer is minimal.

Usage

ps_create_time(p = ps_handle())

Arguments

p

Process handle.

Details

This function works even if the process has already finished.

Value

POSIXct object, start time, in GMT.

See Also

Examples

p <- ps_handle()
p
ps_create_time(p)

ps

List, Query, Manipulate System Processes

v1.6.0
MIT + file LICENSE
Authors
Jay Loden [aut], Dave Daeschler [aut], Giampaolo Rodola' [aut], Gábor Csárdi [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.