puppeteer/new-docs/puppeteer.protocol.runtime.getheapusageresponse.md
2020-07-13 14:01:35 +01:00

20 lines
763 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [GetHeapUsageResponse](./puppeteer.protocol.runtime.getheapusageresponse.md)
## Protocol.Runtime.GetHeapUsageResponse interface
<b>Signature:</b>
```typescript
export interface GetHeapUsageResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [totalSize](./puppeteer.protocol.runtime.getheapusageresponse.totalsize.md) | number | Allocated heap size in bytes. |
| [usedSize](./puppeteer.protocol.runtime.getheapusageresponse.usedsize.md) | number | Used heap size in bytes. |