Home
last modified time | relevance | path

Searched refs:profile1 (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/sequential/
Dtest-cpu-prof-dir-worker.js44 const profile1 = getFrames(profiles[0], 'fibonacci.js'); constant
46 if (profile1.frames.length === 0 && profile2.frames.length === 0) {
50 console.log(profile1.nodes);
54 assert(profile1.frames.length > 0 || profile2.frames.length > 0);
Dtest-heap-prof.js364 const profile1 = findFirstFrame(profiles[0], 'runAllocation'); constant
366 if (!profile1.frame && !profile2.frame) {
370 console.log(profile1.roots);
374 assert(profile1.frame || profile2.frame);