Skip to content

gtokman/PerformanceHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Performance Hud for SwiftUI

CleanShot 2025-06-19 at 09 29 09@2x

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.

Usage

import PerformanceHUD


.overlay(alignment: .topLeading) {
    PerformanceHudView() // init also exposes position and chart type
}

MIT

About

A fps and memory performance HUD for SwiftUI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages