MCPcopy
hub / github.com/webpack/webpack / profile

Method profile

lib/logging/Logger.js:147–149  ·  view source on GitHub ↗

* Processes the provided label. * @param {string=} label label

(label)

Source from the content-addressed store, hash-verified

145 * @param {string=} label label
146 */
147 profile(label) {
148 this[LOG_SYMBOL](LogType.profile, [label]);
149 }
150
151 /**
152 * Processes the provided label.

Callers 2

loggerFunction · 0.45
nodeConsole.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected