简体   繁体   中英

According to top, my node.js application is using 100% of my CPU

The application is actually open-source: http://www.github.com/zackster/CompassionPit-Node--

What are the high-level steps to profiling my application to see where it's soaking up CPU resources?

You can use node-inspector to profile your code. That will show where it's spending most of its time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM