1. node-tick-processor
easy-to-install processor for the v8 profiler log
node-tick-processor
Package: node-tick-processor
Created by: drewfish
Last modified: Tue, 21 Jun 2022 22:39:34 GMT
Version: 0.0.2
License: mixed
Downloads: 498
Repository: https://github.com/drewfish/node-tick-processor

Install

npm install node-tick-processor
yarn add node-tick-processor

node-tick-processor

easy-to-install processor for the v8 profiler log

This is little more than a repackaging of the "tick processor" that ships with the v8 source code.

Installation

$ npm install node-tick-processor

Usage

  • Run your script with profiling enabled, to generate the v8.log file
    • $ node --prof myscript.js
  • In the same directory, run this script
    • $ node-tick-processor

For help, add the --help flag.

Contributing

  • checkout your own copy of the source (or make a fork first)
  • edit header.js as desired
  • run ./rebuild.sh
  • submit changes in a github issue (or pull request)

License

The parts of this project that are checked into the
node-tick-processor
git repository are released into the Public Domain by Drew Folta.

The parts of this project that come from the
v8
git repository are licensed according to the licensing agreement found in that repository.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code