• Home
  • Raw
  • Download

Lines Matching refs:profiles

85   const profiles = getHeapProfiles(tmpdir.path);  constant
86 assert.strictEqual(profiles.length, 1);
107 const profiles = getHeapProfiles(tmpdir.path); constant
108 assert.strictEqual(profiles.length, 1);
109 verifyFrames(output, profiles[0], 'runAllocation');
128 const profiles = getHeapProfiles(tmpdir.path); constant
129 assert.strictEqual(profiles.length, 1);
130 verifyFrames(output, profiles[0], 'runAllocation');
151 const profiles = getHeapProfiles(tmpdir.path); constant
152 assert.strictEqual(profiles.length, 1);
153 verifyFrames(output, profiles[0], 'runAllocation');
172 const profiles = getHeapProfiles(tmpdir.path); constant
173 assert.strictEqual(profiles.length, 1);
174 verifyFrames(output, profiles[0], 'runAllocation');
260 const profiles = getHeapProfiles(tmpdir.path); constant
261 assert.deepStrictEqual(profiles, [file]);
285 const profiles = getHeapProfiles(dir); constant
286 assert.strictEqual(profiles.length, 1);
287 verifyFrames(output, profiles[0], 'runAllocation');
310 const profiles = getHeapProfiles(dir); constant
311 assert.strictEqual(profiles.length, 1);
312 verifyFrames(output, profiles[0], 'runAllocation');
338 const profiles = getHeapProfiles(dir); constant
339 assert.deepStrictEqual(profiles, [file]);
362 const profiles = getHeapProfiles(dir); constant
363 assert.strictEqual(profiles.length, 2);
364 const profile1 = findFirstFrame(profiles[0], 'runAllocation');
365 const profile2 = findFirstFrame(profiles[1], 'runAllocation');
369 console.log('heap path: ', profiles[0]);
371 console.log('heap path: ', profiles[1]);