0.2.1 • Published 6 years ago

v8-ic-processor v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

v8-ic-processor

Processes and visualizes IC (inline cache) information collected for functions in your application

Derived from the one included with v8/tools.

ic-processor

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.