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

Function beginMark

code/higher-order-components/public/app.js:7483–7485  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

7481};
7482
7483var beginMark = function (markName) {
7484 performance.mark(formatMarkName(markName));
7485};
7486
7487var clearMark = function (markName) {
7488 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