iOS之Monkey

  在跑Monkey的同时,添加上allocation、leaks、timepro模块,可以极大的帮助我们监测到APP的性能问题。

  iOS之Monkey

  在测稳定性的同时,Allocation可以监测到内存使用情况,Leaks可以监测到内存泄露,Time Profiler可以完整在查看到函数轨迹,在定位崩溃时非常有用。

相关文章:

  • 2021-08-06
  • 2022-12-23
  • 2021-07-02
  • 2021-12-28
  • 2021-07-21
  • 2021-04-09
  • 2021-12-07
  • 2021-08-14
猜你喜欢
  • 2021-12-27
  • 2021-05-05
  • 2022-02-15
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案