montiapm:profiler

v1.4.0Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

CPU Profiler for Monti APM

This package is a fork of kadira-profiler

Take CPU profiles of your Meteor app and analyze them.

First, install this package into your Meteor app.

meteor add montiapm:profiler

Then run your app with the following environment variable.

export KADIRA_PROFILE_LOCALLY=1
  • Then open your app in the browser and open the browser console.
  • Now invoke this command: Kadira.profileCpu(10)
  • It will profile your app for 10 seconds and save the profile to a temporary location.

Then visit Kadira Debug and load the saved CPU profile.

For more infomation visit here.

Kadira CPU Analyzer