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

Function beginMark

code/redux/public/app.js:7740–7742  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

7738};
7739
7740var beginMark = function (markName) {
7741 performance.mark(formatMarkName(markName));
7742};
7743
7744var clearMark = function (markName) {
7745 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