Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

huilu

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

huilu

Generates flamegraphs with Node.js

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

huilu

Coverage Status Build Status Known Vulnerabilities dependencies Status

NPM

Generates flamegraphs with Node.js

Chinese mythology includes stories of Hui Lu, a magician and fire god who kept 100 firebirds in a gourd. By setting them loose, he could start a fire across the whole country.

Project Info
License:MIT
Build:make
Documentation:N/A
Issue tracker:https://github.com/bucharest-gold/huilu/issues
Engines:Node.js 4.x, 6.x, 7.x

Installation

npm install huilu -S

Usage

const fs = require('fs');
const huilu = require('huilu/from-stream');

const stream = fs.createReadStream('v8.cpuprofile');
const svg = fs.createWriteStream('graph.svg');
huilu.fromStream(stream, {inputtype: 'cpuprofile'}).pipe(svg);

Contributing

Please read the contributing guide

Portions of this software derive from https://github.com/thlorenz/flamegraph.

FAQs

Package last updated on 22 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc