Core.frameStatistics

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2016.08
Class: Core

Description

Returns a table holding frame statistics.

(table) = Core.frameStatistics()

Returned table fields are:

  • meanFrameTime - the average duration of a frame (useful to get current fps)
  • meanFreeTime - the average free cpu time in a frame
  • frameCounter - frame's number

Return values

Returns (table) table with data