Files
node/doc
Joyee Cheung 49d3d11ba7 inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-name
To improve the integration of `--cpu-prof` with workers, this patch
splits `--cpu-prof-path` into `--cpu-prof-dir` and `--cpu-prof-name`,
so when a worker is launched from a thread that enables
`--cpu-prof`, if the parent thread sets `--cpu-prof-dir`, then the
profile of both thread would be generated to the specified directory.
If they end up specifying the same `--cpu-prof-name` the behavior
is undefined the last profile will overwritten the first one.

PR-URL: https://github.com/nodejs/node/pull/27306
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2019-04-23 01:48:46 +08:00
..
2019-04-15 18:58:52 +02:00
2018-06-05 15:22:15 -07:00
2019-03-09 22:25:19 -08:00
2019-04-17 20:28:04 +10:00
2019-02-19 19:17:12 -08:00
2018-10-04 07:18:23 +02:00