puppeteer/new-docs/puppeteer.protocol.profiler.profilenode.hitcount.md

14 lines
549 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; [Profiler](./puppeteer.protocol.profiler.md) &gt; [ProfileNode](./puppeteer.protocol.profiler.profilenode.md) &gt; [hitCount](./puppeteer.protocol.profiler.profilenode.hitcount.md)
## Protocol.Profiler.ProfileNode.hitCount property
Number of samples where this node was on top of the call stack.
<b>Signature:</b>
```typescript
hitCount?: integer;
```