MCPcopy Create free account
hub / github.com/reactjs/react-rails / beginMark

Function beginMark

lib/assets/react-source/development/react.js:13932–13934  ·  view source on GitHub ↗
(markName)

Source from the content-addressed store, hash-verified

13930 };
13931
13932 var beginMark = function (markName) {
13933 performance.mark(formatMarkName(markName));
13934 };
13935
13936 var clearMark = function (markName) {
13937 performance.clearMarks(formatMarkName(markName));

Callers 6

beginFiberMarkFunction · 0.85
startWorkLoopTimerFunction · 0.85
startCommitTimerFunction · 0.85

Calls 1

formatMarkNameFunction · 0.85

Tested by

no test coverage detected