
Retrieve a timing log (or all logs)
get_log.Rd
Return a stored timing log from .pipetime_env
.
If log = NULL
, return all logs as a named list.
Value
Either:
A data frame with columns:
timestamp
(POSIXct
): Pipeline start timelabel
(character
): Operation labelduration
(numeric
): Elapsed time since pipeline startunit
(character
): Time unit used
Or, if
log = NULL
, a named list of such data frames.