203 Forks
1569 Stars
1569 Watchers

MethodTraceMan

用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)

How to download and setup MethodTraceMan

Open terminal and run command
git clone https://github.com/zhengcx/MethodTraceMan.git
git clone is used to create a copy or clone of MethodTraceMan repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with MethodTraceMan https://github.com/zhengcx/MethodTraceMan/archive/master.zip

Or simply clone MethodTraceMan with SSH
[email protected]:zhengcx/MethodTraceMan.git

If you have some problems with MethodTraceMan

You may open issue on MethodTraceMan support forum (system) here: https://github.com/zhengcx/MethodTraceMan/issues