MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / beginMark

Function beginMark

code/composition/public/app.js:7627–7629  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

7625};
7626
7627var beginMark = function (markName) {
7628 performance.mark(formatMarkName(markName));
7629};
7630
7631var clearMark = function (markName) {
7632 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