MCPcopy Index your code
hub / github.com/plotly/dash / stopLoggingProfilingEvents

Function stopLoggingProfilingEvents

dash/deps/react@16.14.0.js:2403–2410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2401 eventLogIndex = 0;
2402 }
2403 function stopLoggingProfilingEvents() {
2404 var buffer = eventLogBuffer;
2405 eventLogSize = 0;
2406 eventLogBuffer = null;
2407 eventLog = null;
2408 eventLogIndex = 0;
2409 return buffer;
2410 }
2411 function markTaskStart(task, ms) {
2412 {
2413 profilingState[QUEUE_SIZE]++;

Callers 1

logEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…