Skip to content

srkrambo/Stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##What's "Stats"

"Stats" is a class to display set of parameters that indicate the load status (such as memory usage, the number of UIView subclasses, etc…) in app.

##Parameters and the units

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

##How to use

  1. Add Stats.h, Stats.m to your project
  2. Import Stats.h
  3. As with UILabel, add wherever you like.

A full Xcode demo project is included in the "StatsDemo" directory..

About

In-app monitering memory usage in iOS Apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published