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

Function startCommitLifeCyclesTimer

code/redux/public/app.js:8083–8091  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8081}
8082
8083function startCommitLifeCyclesTimer() {
8084 if (enableUserTimingAPI) {
8085 if (!supportsUserTiming) {
8086 return;
8087 }
8088 effectCountInCurrentCommit = 0;
8089 beginMark('(Calling Lifecycle Methods)');
8090 }
8091}
8092
8093function stopCommitLifeCyclesTimer() {
8094 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected