Tiny overlay for SwiftUI that shows live FPS and memory so you can spot frame drops before users do. Inspired by React Native’s Perf Monitor, built with only public iOS APIs.
import PerformanceHUD
.overlay(alignment: .topLeading) {
PerformanceHudView() // init also exposes position and chart type
}
MIT