YueChen-C / py-ios-device

IOS Professional Performance Testing Tool . You can get CPU, GPU, Memory , Lifecycle and other metrics from real iOS devices . iOS 性能测试工具
GNU General Public License v3.0
667 stars 183 forks source link

截图问题: windows 上的截图太慢 长达10s 请问怎么解决 #137

Closed hyfand closed 5 months ago

hyfand commented 5 months ago
rpc = InstrumentServer(rsd, udid).init()
channel = InstrumentsService.Screenshot

#  这行在mac上很快 1到2秒 但是windows上 需要十多秒 请问怎么解决
data = rpc.call(channel, "takeScreenshot").selector  

问题描述:这行在mac上很快 1到2秒 但是windows上 需要十多秒 请问大佬怎么解决

YueChen-C commented 5 months ago

17 的话应该是 windows 通道传输效率问题,暂时也有人咨询过类似问题。接收数据明显比 mac 慢

hyfand commented 5 months ago

暂时没有好的解决办法吗,大佬,是目前windows的tun通道实现传输效率低,请问它和mac的区别在哪(比较外行),mac的截图传输很快的