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

Function beginMark

code/communication/public/app.js:7524–7526  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

7522};
7523
7524var beginMark = function (markName) {
7525 performance.mark(formatMarkName(markName));
7526};
7527
7528var clearMark = function (markName) {
7529 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