Home
last modified time | relevance | path

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

/third_party/node/test/v8-updates/
Dtest-linux-perf.js91 const perfScript = spawnSync('perf', perfScriptArgs, options); constant
92 assert.ifError(perfScript.error);
93 if (perfScript.status !== 0)
94 throw new Error(`Failed to execute perf script: ${perfScript.stderr}`);
96 output += perfScript.stdout;