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
The parse_log function in tools\cross\wpt_logs.py loads the whole XML file for searching (source). This can be prevented using iterative parsing - ElementTree.iterparse(log_file).