puppeteer/new-docs/puppeteer.protocol.heapprofiler.samplingheapprofilesample.size.md
2020-07-13 14:01:35 +01:00

14 lines
594 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; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [SamplingHeapProfileSample](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.md) &gt; [size](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.size.md)
## Protocol.HeapProfiler.SamplingHeapProfileSample.size property
Allocation size in bytes attributed to the sample.
<b>Signature:</b>
```typescript
size: number;
```