Skip to content

Commit

Permalink
[Add] Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aozhimin committed May 24, 2017
1 parent 024f8b6 commit 04c38bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added Images/logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# iOS-Monitor-Platform
<p align="center">

<img src="Images/logo.gif" alt="Monitor" title="Monitor"/>

</p>

## 为什么写这篇文章?

众所周知,糟糕的应用性能和稳定性是用户对应用作出差评并可能导致用户流失的主要原因。而除非得到用户的反馈,否则我们无法得知线上用户在使用应用遇到的各种性能问题,显然,凭借用户的反馈来得知应用的性能问题会使得开发团队很被动,性能监控 SDK 的定位就是帮助开发团队发现并排查性能问题,进而提升应用的性能。

这篇文章是我在开发 iOS 性能监控平台 SDK 过程前期的调研和沉淀。主要会探讨下在 iOS 平台下如何采集性能指标,如 **CPU 占用率、内存使用情况、FPS、冷启动、热启动时间,流量**等,剖析每一项指标的具体实现方式,同时后续我会将实现 SDK 的详细细节开源出来,希望能对读者有所帮助。
这篇文章是我在开发 iOS 性能监控平台 SDK 过程前期的调研和沉淀。主要会探讨下在 iOS 平台下如何采集性能指标,如 **CPU 占用率、内存使用情况、FPS、冷启动、热启动时间,流量**等,剖析每一项指标的具体实现方式,SDK 的实现会有一定的技术难度,这也是我为什么写这篇文章的原因,我希望能够将开发过程中的一些心得和体会记录下来,同时后续我会将实现 SDK 的详细细节开源出来,希望能对读者有所帮助。

## CPU

Expand Down

0 comments on commit 04c38bc

Please sign in to comment.