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

Function beginMark

code/styling/public/app.js:7489–7491  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

7487};
7488
7489var beginMark = function (markName) {
7490 performance.mark(formatMarkName(markName));
7491};
7492
7493var clearMark = function (markName) {
7494 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