Skip to main content
Profiler.ProfileNode.hitCount - inspector/promises - Node documentation
property Profiler.ProfileNode.hitCount

Usage in Deno

import { type Profiler } from "node:inspector/promises";

Number of samples where this node was on top of the call stack.

Type

number | undefined