---
title: showsFPS
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skview/showsfps
---

# showsFPS

A Boolean value that indicates whether the view displays a frame rate indicator.

## Declaration

```swift
var showsFPS: Bool { get set }
```

## Discussion

Discussion The frame rate is a good indicator of the performance of your scene. Avoid creating scenes that have widely varying frame rates.

## See Also

### Enabling Visual Statistics for Debugging

- [showsNodeCount](spritekit/skview/showsnodecount.md)
- [showsDrawCount](spritekit/skview/showsdrawcount.md)
- [showsQuadCount](spritekit/skview/showsquadcount.md)
- [showsPhysics](spritekit/skview/showsphysics.md)
- [showsFields](spritekit/skview/showsfields.md)
