提交 75f0f491 编写于 作者: J jackjintai

modify:

1、过滤网络请求request response body 小于0 的请求统计
上级 11283d2f
......@@ -56,16 +56,20 @@ public class PerformanceDataManager {
*/
private String customFileName = "custom.txt";
private int mLastFrameRate = MAX_FRAME_RATE;
private int mLastSkippedFrames;
/**
* cpu 百分比
*/
private float mLastCpuRate;
/**
* 内存百分比
* 当前使用内存
*/
private float mLastMemoryRate;
/**
* 当前的帧率
*/
private int mLastFrameRate = MAX_FRAME_RATE;
private long mUpBytes;
private long mDownBytes;
private long mLastUpBytes;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册