Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

reactioncommerce/kadira-profiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

Packages

No packages published

Languages

  • JavaScript 100.0%