23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
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) > [SamplingHeapProfileSample](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.md)
|
|
|
|
## Protocol.HeapProfiler.SamplingHeapProfileSample interface
|
|
|
|
A single sample from a sampling profile.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SamplingHeapProfileSample
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [nodeId](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.nodeid.md) | [integer](./puppeteer.protocol.integer.md) | Id of the corresponding profile tree node. |
|
|
| [ordinal](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.ordinal.md) | number | Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling. |
|
|
| [size](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.size.md) | number | Allocation size in bytes attributed to the sample. |
|
|
|