puppeteer/new-docs/puppeteer.protocol.heapprofiler.samplingheapprofilesample.size.md

14 lines
594 B
Markdown
Raw Normal View History

<!-- 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;
```