14 lines
610 B
Markdown
14 lines
610 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [SamplingHeapProfileNode](./puppeteer.protocol.heapprofiler.samplingheapprofilenode.md) > [selfSize](./puppeteer.protocol.heapprofiler.samplingheapprofilenode.selfsize.md)
|
|
|
|
## Protocol.HeapProfiler.SamplingHeapProfileNode.selfSize property
|
|
|
|
Allocations size in bytes for the node excluding children.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
selfSize: number;
|
|
```
|