v8-ic-processor
v0.2.1
Published
Processes and visualizes IC (inline cache) information collected for functions in your application
Downloads
2
Readme
v8-ic-processor
Processes and visualizes IC (inline cache) information collected for functions in your application
Derived from the one included with v8/tools.
Installation
npm install v8-ic-processor
Usage
Run d8
or node
with the --trace-ic
flag to produce a v8.log
or isolate-0x...-v8.log
respectively.
Then run v8-ic-processor
to open any or all of the logs now found in the current directory.