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

Function beginMark

code/controlled-uncontrolled/public/app.js:6813–6815  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

6811};
6812
6813var beginMark = function (markName) {
6814 performance.mark(formatMarkName(markName));
6815};
6816
6817var clearMark = function (markName) {
6818 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