tick-processor

0.1.1 • Public • Published

tick-processor

Build Status npm

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 piotr.roszatycki@gmail.com

MIT

Contains files from V8 project:

Copyright 2009, 2011, 2012, 2013, 2017 the V8 project authors

BSD-3-Clause

Package Sidebar

Install

npm i tick-processor

Weekly Downloads

1

Version

0.1.1

License

MIT AND BSD-3-Clause

Unpacked Size

125 kB

Total Files

17

Last publish

Collaborators

  • dex4er