Popularity
3.4
Stable
Activity
0.0
Stable
174
15
15
Code Quality Rank:
L5
Programming language: Objective-C
License: MIT License
Tags:
Code Quality
Stats alternatives and similar libraries
Based on the "Code Quality" category.
Alternatively, view Stats alternatives based on common mentions on social networks and blogs.
-
OCLint
A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C -
IBAnalyzer
DISCONTINUED. Find common xib and storyboard-related problems without running your app or writing unit tests. -
SwiftCop
SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations. -
Warnings-xcconfig
An xcconfig (Xcode configuration) file for easily turning on a boatload of warnings in your project or its targets. -
PSTModernizer
Makes it easier to support older versions of iOS by fixing things and adding missing methods -
Trackable
DISCONTINUED. Trackable is a simple analytics integration helper library. It’s especially designed for easy and comfortable integration with existing projects.
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Stats or a related project?
Popular Comparisons
README
What's Stats
Stats displays load statuses such as the memory usage, the CPU load, and the number of subviews in-app, and in realtime.
How to use
Just add on your view!
- Add Stats.h, Stats.m to your project
- As with UILabel, add wherever you like.
self.stats = [[Stats alloc] initWithFrame:CGRectMake(20, 40, 100.0, 60.0)];
[self.window addSubview:self.stats];
Parameters and the units
[](README_images/stats_up.png)
From top to bottom,
- The variation of memory usage [kB]
- The total memory usage [kB]
- The variation of CPU time [msec]
- The number of UIView subclasses
Demo
A full Xcode demo project is included in the "StatsDemo" directory.