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

Function beginMark

code/third-party/public/app.js:6722–6724  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

6720};
6721
6722var beginMark = function (markName) {
6723 performance.mark(formatMarkName(markName));
6724};
6725
6726var clearMark = function (markName) {
6727 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