tick-processor
v0.1.1
Published
V8 tick processor as Node.js script
Downloads
4
Readme
tick-processor
V8 tick processor that can be run with Node.js
See https://v8.dev/docs/profile for details.
This package contains original tick processor from V8 v7.0.276.28 which has been used in Node v11.1.0.
Requirements
This module requires Node >= 8 and nm
command installed in system.
Installation
npm install -g tick-processor
Example
Generate profiling data:
node --prof script.js
Preprocess profiling data:
tick-process --preprocess isolate-0x123456-v8.log > isolate-0x123456-v8.json
Run GUI for profiling data:
Download files from https://github.com/v8/v8/blob/master/tools/profview/ and run in the browser.
License
Copyright (c) 2018 Piotr Roszatycki [email protected]
Contains files from V8 project:
Copyright 2009, 2011, 2012, 2013, 2017 the V8 project authors