puppeteer/new-docs/puppeteer.protocol.memory.samplingprofilenode.size.md

14 lines
521 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; [Memory](./puppeteer.protocol.memory.md) &gt; [SamplingProfileNode](./puppeteer.protocol.memory.samplingprofilenode.md) &gt; [size](./puppeteer.protocol.memory.samplingprofilenode.size.md)
## Protocol.Memory.SamplingProfileNode.size property
Size of the sampled allocation.
<b>Signature:</b>
```typescript
size: number;
```