Piccolo.NET

PDebug.TotalFPS Property

Gets the number of frames currently being processed and painted per second.

public static float TotalFPS {get;}

Property Value

The number of frames processed and painted per second.

Remarks

Note that since piccolo doesn’t paint continuously this rate will be slow unless you are interacting with the system or have activities scheduled.

See Also

PDebug Class | UMD.HCIL.Piccolo.Util Namespace