diff --git a/src/import/chrome.ts b/src/import/chrome.ts index d6e5721..f1e7754 100644 --- a/src/import/chrome.ts +++ b/src/import/chrome.ts @@ -74,7 +74,6 @@ export function importFromChromeTimeline(events: TimelineEvent[]): Profile { for (let event of events) { if (event.name == 'CpuProfile') { cpuProfile = event.args.data.cpuProfile as CPUProfile - break } if (event.name == 'Profile') {