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
Revert #3417 (which is the revert of the ProgramExplorer code). #3227 caused a regression in startup time due to the number of new vm service calls to getObject. Attached are two log files: one of the vm_service calls triggered by connecting to a DevTools app before the program explorer code was landed, and one after (see the 11,000+ calls to getObject in the latter).
Revert #3417 (which is the revert of the ProgramExplorer code). #3227 caused a regression in startup time due to the number of new vm service calls to
getObject
. Attached are two log files: one of the vm_service calls triggered by connecting to a DevTools app before the program explorer code was landed, and one after (see the 11,000+ calls togetObject
in the latter).pixel-3-vm-service-calls-before.txt
pixel-3-vm-service-calls-after.txt
The text was updated successfully, but these errors were encountered: