InterfacesFrameDurationStatsOn this pageFrameDurationStats Represents duration stats for a frameIndex PropertiesdrawtotalupdateProperties drawdraw: numberGets the frame's total time to run the draw function (in ms)totaltotal: numberGets the frame's total render duration (update + draw duration) (in ms)updateupdate: numberGets the frame's total time to run the update function (in ms)
Represents duration stats for a frame