Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ markSchedulerUnsuspended
Function
markSchedulerUnsuspended
packages/scheduler/src/SchedulerProfiling.js:173–179 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
171
}
172
173
export
function
markSchedulerUnsuspended(ms: number) {
174
if
(enableProfiling) {
175
if
(eventLog !== null) {
176
logEvent([SchedulerResumeEvent, ms * 1000, mainThreadIdCounter]);
177
}
178
}
179
}
Callers
2
flushWork
Function · 0.90
flushWork
Function · 0.90
Calls
1
logEvent
Function · 0.70
Tested by
no test coverage detected