An iOS library for introspecting Objective-C objects that are currently alive.
FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular references and retain cycles within the Objective-C object graph to prevent memory leaks. The tool analyzes the live memory heap and inspects runtime metadata to discover object relationships. It identifies closed-loop reference chains, including those involving associated objects and timers, and uses custom logic to filter out known safe cycles from reports. The project covers memory management capabilities including allocation tracking by class name, runtime object graph analy
This tool is a framerate meter that clicks like a Geiger counter when your animation drops a frame.
ViewMonitor can measure view positions with accuracy. This library is to check design sheet from native app. behave like this.
Les fonctionnalités principales de daisuke0131/viewmonitor sont : UI Debugging Tools.
Les alternatives open-source à daisuke0131/viewmonitor incluent : adad184/mmplaceholder — MMPlaceHolder. facebook/fballocationtracker — An iOS library for introspecting Objective-C objects that are currently alive. facebook/fbretaincycledetector — FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular… kconner/kmcgeigercounter — This tool is a framerate meter that clicks like a Geiger counter when your animation drops a frame. mindsnacks/msleakhunter — MSLeakHunter.