I would like to calculate how much processing power (in percentage, ideally) a certain piece of javascript code code uses. What are some known approaches I can use to calculate this?
Asked
Active
Viewed 269 times
0
-
have you tried this http://ajaxian.com/archives/jpu-javascript-cpu-monitor – PaulShovan Jan 03 '16 at 06:54
-
Check this question : http://stackoverflow.com/questions/111368/how-do-you-performance-test-javascript-code – Pritam Banerjee Jan 03 '16 at 07:20
1 Answers
1
You can visualise the CPU performance using Google Chrome Devl Tools
https://developers.google.com/web/tools/chrome-devtools/profile/rendering-tools/js-execution?hl=en

kurt
- 1,146
- 1
- 8
- 18