render a frame use how many time
1000ms / 60 frame ≒ 16ms
16ms - (gc and other tasks) ≒ 10 ms
https://www.udacity.com/course/browser-rendering-optimization--ud860
By jaokuohsuan