MCPcopy Create free account
hub / github.com/microsoft/SandDance / startLoggingProfilingEvents

Function startLoggingProfilingEvents

docs/external/js/react.development.js:2397–2402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2395 }
2396
2397 function startLoggingProfilingEvents() {
2398 eventLogSize = INITIAL_EVENT_LOG_SIZE;
2399 eventLogBuffer = new ArrayBuffer(eventLogSize * 4);
2400 eventLog = new Int32Array(eventLogBuffer);
2401 eventLogIndex = 0;
2402 }
2403 function stopLoggingProfilingEvents() {
2404 var buffer = eventLogBuffer;
2405 eventLogSize = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected