MCPcopy Create free account
hub / github.com/microsoft/SandDance / beginMark

Function beginMark

docs/external/js/react-dom.development.js:10360–10362  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

10358 };
10359
10360 var beginMark = function (markName) {
10361 performance.mark(formatMarkName(markName));
10362 };
10363
10364 var clearMark = function (markName) {
10365 performance.clearMarks(formatMarkName(markName));

Callers 6

beginFiberMarkFunction · 0.85
startWorkLoopTimerFunction · 0.85
startCommitTimerFunction · 0.85

Calls 1

formatMarkNameFunction · 0.85

Tested by

no test coverage detected