struct Protocol::Runtime::GetHeapUsage
- Protocol::Runtime::GetHeapUsage
- Struct
- Value
- Object
Overview
Returns the JavaScript heap usage. It is the total usage of the corresponding isolate not scoped to a particular Runtime.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#total_size : Number::Primitive
Allocated heap size in bytes.
-
#used_size : Number::Primitive
Used heap size in bytes.