dani-gavrilov / GDPerformanceView-Swift

Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it normal to increase CPU usage after adding?

yangyu92 opened this issue · comments

Hello,

This framework doing calculations each CADisplayLink call. It is increasing CPU usage.

Please use this framework only for debug / testing purposes, disable it for production.

Oh, thank you