Searched refs:profile1 (Results 1 – 2 of 2) sorted by relevance
44 const profile1 = getFrames(profiles[0], 'fibonacci.js'); constant46 if (profile1.frames.length === 0 && profile2.frames.length === 0) {50 console.log(profile1.nodes);54 assert(profile1.frames.length > 0 || profile2.frames.length > 0);
364 const profile1 = findFirstFrame(profiles[0], 'runAllocation'); constant366 if (!profile1.frame && !profile2.frame) {370 console.log(profile1.roots);374 assert(profile1.frame || profile2.frame);