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

Function beginMark

code/new-context-api/public/app.js:6850–6852  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

6848};
6849
6850var beginMark = function (markName) {
6851 performance.mark(formatMarkName(markName));
6852};
6853
6854var clearMark = function (markName) {
6855 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