On this page

new ProfilingPlugin(options?): ProfilingPlugin
Attributes
options object

Creates an instance of ProfilingPlugin.

Attributes
Profiler:typeof Profiler
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
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 .