Closed
Description
- Version: v10.10.0
- Platform: Linux 4.18.5-arch1-1-ARCH deps: update openssl to 1.0.1j #1 SMP PREEMPT Fri Aug 24 12:48:58 UTC 2018 x86_64 GNU/Linux
- Subsystem: cli
Prior Node 10.10.0, the node --prof-process
tool could be passed arguments altering its behavior. For example, --preprocess
could be passed to deliver JSON data, and -j
to only show JS VM ticks.
It seems that in Node 10.10.0, none of the --prof-process
-specific arguments work anymore.
This currenly breaks 0x
, clinic flame
and probably some other perf-analysis tools.
e.g.
Node 10.9.0
$ node --prof-process --preprocess isolate-0x3b065a0-v8.log
# ... tons of useful JSON data
Node 10.10.0
$ node --prof-process --preprocess isolate-0x3b065a0-v8.log
node: bad option: --preprocess