MCPcopy
hub / github.com/webpack/webpack / profileEnd

Method profileEnd

lib/logging/Logger.js:155–157  ·  view source on GitHub ↗

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

(label)

Source from the content-addressed store, hash-verified

153 * @param {string=} label label
154 */
155 profileEnd(label) {
156 this[LOG_SYMBOL](LogType.profileEnd, [label]);
157 }
158
159 /**
160 * Processes the provided label.

Callers 3

getLoggerMethod · 0.80
loggerFunction · 0.80
nodeConsole.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected