MemoryUsage class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

MemoryUsage({num? rss, num? heapTotal, num? heapUsed, num? external$})
factory

Properties

external$ num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

Memory, in bytes, associated with JavaScript objects outside of the JavaScript isolate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heapTotal num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

The total size of the heap for V8, in bytes.
getter/setter pair
heapUsed num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

The amount of the heap used for V8, in bytes.
getter/setter pair
rss num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

The number of bytes of the current Deno's process resident set size, which is the amount of memory occupied in main memory (RAM).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited