Home
last modified time | relevance | path

Searched refs:getFrames (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/common/
Dcpu-prof.js15 function getFrames(file, suffix) { function
26 const { frames, nodes } = getFrames(file, suffix);
48 getFrames, property
DREADME.md494 ### `getFrames(file, suffix)`
/third_party/node/test/sequential/
Dtest-cpu-prof-dir-worker.js19 getFrames
44 const profile1 = getFrames(profiles[0], 'fibonacci.js');
45 const profile2 = getFrames(profiles[1], 'fibonacci.js');
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2885 …de/commit/a3f8385d7f)] - **test**: remove unused `output` argument for `getFrames()` (Rich Trott) …