Skip to content

iopipe/v8-profiler-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v8-profiler-lambda

Description

Wrapper library for v8-profiler with AWS Lambda compatible binaries.

This module forces the installation of the binaries necessary for running v8-profiler on Lambda, in addition to the binaries matching the machine running the node package manager.

WARNING - This module does not provide a fully-integrated profiling experience for Lambda. This is an advanced-use, low-level library for building profiling tools. For the full experience, check out the IOpipe AWS Lambda profiling plugin.

Installation

NPM

npm install -s iopipe/v8-profiler-lambda

Yarn

yarn add iopipe/v8-profiler-lambda

Usage

Require module:

var v8profiler = require('v8-profiler-lambda')

Refer to the documentation for v8-profiler.

Authors

  • Pam Selle
  • Erica Windisch

Copyright

2017 IOpipe