Inherits from SPSprite : SPDisplayObjectContainer : SPDisplayObject : SPEventDispatcher : NSObject
Declared in SPStatsDisplay.h

Overview

The statistics display is used internally by Sparrow to display statistical information. Use the showStats: method of SPViewController to show it.

This is an internal class. You do not have to use it manually.

Tasks

Properties

framesPerSecond

The actual frame rate, i.e. the number of frames rendered per second.

@property (nonatomic) int framesPerSecond

Discussion

The actual frame rate, i.e. the number of frames rendered per second.

Declared In

SPStatsDisplay.h

numDrawCalls

The number of draw calls per frame.

@property (nonatomic) int numDrawCalls

Discussion

The number of draw calls per frame.

Declared In

SPStatsDisplay.h