This function reports the time spent in garbage collection so far in the R session while GC timing was enabled.
gc.time(on = TRUE)
| Parameter | Description |
|---|---|
on |
logical; if TRUE, GC timing is enabled. |
# NOT RUN {
gc.time()
# }