Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CHE.He.Junqiu committed Jul 19, 2016
1 parent 9881735 commit cbb721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Under the iOS platform, the analyzer is a tool which statistics CPU, FPS, Memory, Loading-Time and provides the output of statistical data.
# Preface
Because of the needs of project, I write the code for performance analyzer. As above, the analyzer can statistic some app-data, such as CPU, FPS, Memory, Loading-Time. And the memory overhead may be large because analyzer statistics every 0.5s defaultly(except FPS, it does it every 1s). So If you really care about memory overhead, you can switch off other statistical items and only open the Memory statistical item. As for how to turn off, you can see the detailed in below chapters.
# Advantage
# Advantages
- Only include directory named `PerformanceAnalyzer` into your project. Don't need to do anythig except that, and then run your code.
- source code contains method `NSUInteger accurateInstanceMemoryReserved()` which eliminates analyzer's memory. (However method also exists bug, waiting for fix)

Expand Down

0 comments on commit cbb721f

Please sign in to comment.