mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 22:14:25 +03:00
fix: shouldn't merge (program) call frame
This commit is contained in:
parent
e37f6fa7c3
commit
e307fd2094
@ -203,7 +203,7 @@ function shouldIgnoreFunction(callFrame: CPUProfileCallFrame) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function shouldPlaceOnTopOfPreviousStack(functionName: string) {
|
function shouldPlaceOnTopOfPreviousStack(functionName: string) {
|
||||||
return functionName === '(garbage collector)' || functionName === '(program)'
|
return functionName === '(garbage collector)'
|
||||||
}
|
}
|
||||||
|
|
||||||
export function importFromChromeCPUProfile(chromeProfile: CPUProfile): Profile {
|
export function importFromChromeCPUProfile(chromeProfile: CPUProfile): Profile {
|
||||||
|
Loading…
Reference in New Issue
Block a user