[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. Signature: ```typescript hitCount?: integer; ```