+ 1
CPU over working in setInterval()
CPU is over working when i use setInterval function in JS to refresh canvas in every 10ms, CPU is working above 60 . Is that normal? or can I fix it?
1 Odpowiedź
+ 2
What did you do in each interval?
If you create too much instance of a class and have heavy display, the animation will lag.