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

Function startCommitLifeCyclesTimer

code/third-party/public/app.js:7065–7073  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7063}
7064
7065function startCommitLifeCyclesTimer() {
7066 if (enableUserTimingAPI) {
7067 if (!supportsUserTiming) {
7068 return;
7069 }
7070 effectCountInCurrentCommit = 0;
7071 beginMark('(Calling Lifecycle Methods)');
7072 }
7073}
7074
7075function stopCommitLifeCyclesTimer() {
7076 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected