meteorhacks / kadira-profiler

CPU Profiling support for Kadira
https://kadira.io/cpu-profiling.html
MIT License
14 stars 15 forks source link

CPU Profiler for Kadira

Take CPU profiles of your Meteor app and analyze them.

First, install this package into your Meteor app.

meteor add meteorhacks:kadira-profiler

Then run your app with the following environment variable.

export KADIRA_PROFILE_LOCALLY=1

Then visit Kadira Debug and load the saved CPU profile.

For more infomation visit here.

Kadira CPU Analyzer