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

14 lines
674 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; [ordinal](./puppeteer.protocol.heapprofiler.samplingheapprofilesample.ordinal.md)
## Protocol.HeapProfiler.SamplingHeapProfileSample.ordinal property
Time-ordered sample ordinal number. It is unique across all profiles retrieved between startSampling and stopSampling.
<b>Signature:</b>
```typescript
ordinal: number;
```