Skip to main content

FrameDurationStats

Represents duration stats for a frame

Index

Properties

Properties

draw

draw: number

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

total

total: number

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

update

update: number

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