memory_report {ptspotter} | R Documentation |
Perform garbage collection and log allocated memory.
Description
Used to log memory allocation at points during sequential script execution.
Usage
memory_report()
Value
Performs garbage collection then messages memory size and script name currently being executed.
Examples
try(memory_report())
[Package ptspotter version 1.0.2 Index]