Represents duration stats for a frame

Hierarchy

  • FrameDurationStats

Properties

Properties

draw: number

Gets the frame's total time to run the draw function (in ms)

total: number

Gets the frame's total render duration (update + draw duration) (in ms)

update: number

Gets the frame's total time to run the update function (in ms)