You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running some benchmarking analysis for CPU throttling and came across some unusual trace from using Lighthouse to collect traces on an Android Nexus 4 device.
The aggregated statistics (e.g. scripting) shows a negative value. I noticed there were numerous console errors from DevTools when loading these traces.
From caseq:
It looks like it's due to a somewhat malformed trace we get from lighthouse, which is in turn likely due to poor timer resolution on Android combined with LH messing with traces by sorting the events using a non-stable sort.
The text was updated successfully, but these errors were encountered:
I've been running some benchmarking analysis for CPU throttling and came across some unusual trace from using Lighthouse to collect traces on an Android Nexus 4 device.
The aggregated statistics (e.g. scripting) shows a negative value. I noticed there were numerous console errors from DevTools when loading these traces.
From caseq:
The text was updated successfully, but these errors were encountered: