Profiler - Node documentation
namespace Profiler

Usage in Deno

import { Profiler } from "node:inspector";

Interfaces

I
I
Profiler.ConsoleProfileStartedEventDataType
No documentation available
I
Profiler.CoverageRange

Coverage data for a source range.

I
Profiler.FunctionCoverage

Coverage data for a JavaScript function.

I
Profiler.GetBestEffortCoverageReturnType
No documentation available
I
Profiler.PositionTickInfo

Specifies a number of samples attributed to a certain source position.

I
Profiler.Profile

Profile.

I
Profiler.ProfileNode

Profile node. Holds callsite information, execution statistics and child nodes.

I
Profiler.ScriptCoverage

Coverage data for a JavaScript script.

I
Profiler.ScriptTypeProfile

Type profile data collected during runtime for a JavaScript script.

I
Profiler.SetSamplingIntervalParameterType
No documentation available
I
Profiler.StartPreciseCoverageParameterType
No documentation available
I
Profiler.StopReturnType
No documentation available
I
Profiler.TakePreciseCoverageReturnType
No documentation available
I
Profiler.TakeTypeProfileReturnType
No documentation available
I
Profiler.TypeObject

Describes a type collected during runtime.

I
Profiler.TypeProfileEntry

Source offset and types for a parameter or return value.