yxc

Results 4 comments of yxc

![image](https://user-images.githubusercontent.com/25238063/40772570-e5d217ee-64f2-11e8-8385-8ebe0b282ee5.png) 图例的值也不对,CPU3.7%但是对应的确实7的值

GT2版本获取CPU使用率 ![image](https://user-images.githubusercontent.com/25238063/40816662-b6abff96-6580-11e8-9727-e5bb84d3d3fd.png) GT3版本获取CPU使用率 ```java if (lastNormalInfo != null) { //前台统计 if (isFront(lastNormalInfo.time) && isFront(normalInfo.time)) { long frontTime = normalInfo.time - lastNormalInfo.time; long frontCpuApp = normalInfo.cpuApp - lastNormalInfo.cpuApp; long frontCpuTotal =...

这里的JS方法有bug ``` java function getToolTip_CPU(time){ time = time + appInfo.startTestTime; var normalBefore = null; var normalAfter = null; for(var i=0; inormalInfos[i].time){ normalAfter = normalInfos[i]; } } } if(normalBefore!=null && normalAfter!=null...

![image](https://user-images.githubusercontent.com/25238063/41269079-d261184e-6e35-11e8-9296-ede7408f86fd.png) 这里不应该break