MCPcopy Index your code
hub / github.com/microsoft/SandDance / time

Method time

docs/app/js/sanddance-app.js:58229–58231  ·  view source on GitHub ↗
(logLevel, message)

Source from the content-addressed store, hash-verified

58227 });
58228 }
58229 time(logLevel, message) {
58230 return this._getLogFunction(logLevel, message, console.time ? console.time : console.info);
58231 }
58232 timeEnd(logLevel, message) {
58233 return this._getLogFunction(logLevel, message, console.timeEnd ? console.timeEnd : console.info);
58234 }

Callers 1

sanddance-app.jsFile · 0.45

Calls 1

_getLogFunctionMethod · 0.95

Tested by

no test coverage detected