14 lines
549 B
Markdown
14 lines
549 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ProfileNode](./puppeteer.protocol.profiler.profilenode.md) > [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;
|
|
```
|