Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 227 Bytes

File metadata and controls

12 lines (11 loc) · 227 Bytes

FPSMonitor

Small plugin you can use to see your app's FPS performance

Usage

  • To start the monitor, simply call
FPSMonitor.shared.start()
  • To stop the monitor, call
FPSMonitor.shared.stop()