memoryUsage method
Returns an object describing the memory usage of the Deno process and the V8 subsystem measured in bytes.
Implementation
_i4.MemoryUsage memoryUsage() => _i3.callMethod(
this,
'memoryUsage',
[],
);
Returns an object describing the memory usage of the Deno process and the V8 subsystem measured in bytes.
_i4.MemoryUsage memoryUsage() => _i3.callMethod(
this,
'memoryUsage',
[],
);