Releases: hrkdevkits/Performance-Monitoring
Version - 1.0.0
🚀 Performance Monitoring SDK – v1.0.0
Initial Stable Release
We’re excited to introduce the first official release of the Performance Monitoring SDK — a lightweight Android library designed to monitor critical app performance metrics in real-time.
✨ Features
🚀 App Start Time Monitoring
-
Detects cold and warm start times
-
Helps identify slow initialization bottlenecks
🎞 Frame Drop Detection
-
Monitors frame rendering performance
-
Detects dropped frames and UI jank
-
Useful for optimizing smooth scrolling and animations
⏳ ANR Detection
-
Detects main thread blocking
-
Reports duration of UI freeze
-
Helps identify long-running operations on UI thread
🧠 Memory Usage Monitoring
-
Periodically tracks memory consumption
-
Helps identify leaks or excessive memory usage
🌐 Network Performance Tracking
-
Measure API request duration
-
Track network latency
-
Monitor slow backend calls