Skip to content

skomski/v8-profiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v8-profiler Build Status

node.js bindings for the v8 profiler

Installation

npm install https://github.com/Skomski/v8-profiler/tarball/v3.7.1

Usage

var profiler = require('v8-profiler');

var heapshot = profiler.heapshot([name]);  // takes a heapSnapshot

profiler.startProfiling([name]);                  // start cpu profiling
var cpuProfile = profiler.stopProfiling([name]);  // stop cpu profiling

About

node bindings for the v8 profiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.6%
  • JavaScript 23.8%
  • Python 0.6%