MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / beginMark

Function beginMark

code/dependency-injection/public/app.js:7582–7584  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

7580};
7581
7582var beginMark = function (markName) {
7583 performance.mark(formatMarkName(markName));
7584};
7585
7586var clearMark = function (markName) {
7587 performance.clearMarks(formatMarkName(markName));

Callers 6

beginFiberMarkFunction · 0.70
startWorkLoopTimerFunction · 0.70
startCommitTimerFunction · 0.70

Calls 1

formatMarkNameFunction · 0.70

Tested by

no test coverage detected