0

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?

dipole_moment
  • 5,266
  • 4
  • 39
  • 55

1 Answers1

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