Files
node/test/fixtures
Joyee Cheung e0e3084482 inspector: implement --cpu-prof[-path]
This patch introduces a CLI flag --cpu-prof that starts the V8
CPU profiler on start up, and ends the profiler then writes the
CPU profile before the Node.js instance (on the main thread or
the worker thread) exits. By default the profile is written to
`${cwd}/CPU.${yyyymmdd}.${hhmmss}.${pid}.${tid}.${seq}.cpuprofile`.
The patch also introduces a --cpu-prof-path flag for the user
to specify the path the profile will be written to.

Refs: https://github.com/nodejs/node/issues/26878
PR-URL: https://github.com/nodejs/node/pull/27147
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2019-04-19 15:38:23 +08:00
..
2017-03-10 11:23:48 -08:00
2019-04-08 09:22:32 +02:00
2019-04-15 17:30:50 +02:00
2019-04-13 20:32:55 -04:00
2017-03-10 11:23:48 -08:00
2019-01-10 09:00:17 -05:00
2017-05-19 15:22:44 -04:00
2017-05-19 15:22:44 -04:00
2018-06-06 11:10:19 -07:00
2018-01-16 23:44:27 +01:00
2019-01-05 21:36:47 +01:00
2019-01-08 12:57:24 -06:00
2019-01-08 12:57:24 -06:00
2019-01-08 12:57:24 -06:00
2017-06-06 23:33:56 -07:00