Skip to content

Commit b526eb3

Browse files
authored
Update tracing-processor.js
1 parent add0f03 commit b526eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/lib/traces/tracing-processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class TraceProcessor {
193193
percentiles = [0.5, 0.75, 0.9, 0.99, 1];
194194
}
195195

196-
// Find the main thread.
196+
// Find the main thread via the first TracingStartedInPage event in the trace
197197
const startEvent = trace.traceEvents.find(event => {
198198
return event.name === 'TracingStartedInPage';
199199
});

0 commit comments

Comments
 (0)