diff --git a/src/import/chrome.ts b/src/import/chrome.ts index 2368d529d..bf7ed21b8 100644 --- a/src/import/chrome.ts +++ b/src/import/chrome.ts @@ -203,7 +203,7 @@ function shouldIgnoreFunction(callFrame: CPUProfileCallFrame) { } function shouldPlaceOnTopOfPreviousStack(functionName: string) { - return functionName === '(garbage collector)' || functionName === '(program)' + return functionName === '(garbage collector)' } export function importFromChromeCPUProfile(chromeProfile: CPUProfile): Profile {