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
633 stars 179 forks source link

Finding Memory leaks #110

Open khrithik96 opened 1 year ago

khrithik96 commented 1 year ago

Is there any way we can find memory leaks data like:

  1. Size of the memory leaked
  2. Time of allocation of that memory
  3. Class/Function name that allocated that memory
CCodeInspect commented 5 months ago

Is there any way we can find memory leaks data like:

  1. Size of the memory leaked
  2. Time of allocation of that memory
  3. Class/Function name that allocated that memory

如果监控leaks,就更好啦大佬~@YueChen-C

CCodeInspect commented 5 months ago

希望大佬可以复刻一些instruments上的功能~~@YueChen-C