Open paulirish opened 1 year ago
I assume we don't really want to do this housekeeping for our trace processor. Is there anything here that carries over to CDT's trace engine?
I assume we don't really want to do this housekeeping for our trace processor. Is there anything here that carries over to CDT's trace engine?
Forking off from #14287 …
arch
pid
reuse case (however unlikely that is while tracing). Having just a map ofpid->tid
says nothing about the timing. Seems like we might need a temporal aspect to the tracking as well? Or just step though the trace, subsetting in chunks between anyFrameCommittedInBrowser
events.frames
isOutermostMainFrame
?allframes metrics
14760 is relevant..
audit traceEvent usages
trace.traceEvents
as there's potentially a mistake handling pids/frames.