On this page

new ProfilingPlugin(options?): ProfilingPlugin
Attributes

Creates an instance of ProfilingPlugin.

Attributes
Profiler:
{typeof Profiler}
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:<void>

Applies the plugin by registering its hooks on the compiler.

Attributes
outputPath:<string>
Path to the output file e.g.  path.resolve(__dirname, 'profiling/events.json') . Defaults to events.json .