Lines Matching full:cpu
3 // This tests that invalid --cpu-prof options are rejected.
16 } = require('../common/cpu-prof');
18 // --cpu-prof-name without --cpu-prof
22 '--cpu-prof-name',
36 `${process.execPath}: --cpu-prof-name must be used with --cpu-prof`);
39 // --cpu-prof-dir without --cpu-prof
43 '--cpu-prof-dir',
57 `${process.execPath}: --cpu-prof-dir must be used with --cpu-prof`);
60 // --cpu-prof-interval without --cpu-prof
64 '--cpu-prof-interval',
78 `${process.execPath}: --cpu-prof-interval must be used with --cpu-prof`);