An open API service indexing awesome lists of open source software.

https://github.com/hello2mao/cpumemdemo

实时统计Android应用的CPU和内存占用
https://github.com/hello2mao/cpumemdemo

android

Last synced: about 1 year ago
JSON representation

实时统计Android应用的CPU和内存占用

Awesome Lists containing this project

README

          

## 实时获取当前Android应用的CPU和内存占用

### Usage
```java
// 100L为采样周期,单位ms
Sampler.getInstance().init(getApplicationContext(), 100L);
Sampler.getInstance().start();
```