R/utils.R
time_operation.Rd
Time an operation and log the duration
time_operation(expr, label, verbose = TRUE)
Expression to time
Label for the operation
Whether to print timing info (default: TRUE)
Result of the expression