Ross ROSS = Recommend OSS · open-source software intelligence for agents

zhengcx/MethodTraceMan

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

github.com/zhengcx/MethodTraceMan · Kotlin observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2546
  • days_rel: n/a
  • days_push: 2017
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1651 stars · 217 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MethodTraceMan is an Android performance tool that finds high time-consuming methods causing app jank via bytecode instrumentation. It uses a Gradle plugin with ASM to instrument methods at compile time and displays method timing data in a browser UI with filtering by time, thread, and method name.

Use cases

  • find slow methods causing Android app jank
  • trace method execution time via bytecode instrumentation
  • profile Android app performance during development
  • filter method timings by thread or duration
  • instrument only specific packages with a Gradle plugin

When to choose

  • debugging Android app stutter and frame drops during development
  • you want configurable method-level timing without manual code changes
  • you prefer a visual UI to browse method cost data

When to avoid

  • production profiling (release builds use a noop dependency)
  • iOS or non-Android projects
  • projects needing actively maintained tooling or a licensed release

Facets

library · maturity maintenance

monitoring benchmarking developer-tools android-tools performance developer-tools mobile-development jvm cli android method-tracing jank-detection asm-instrumentation gradle-plugin bytecode-instrumentation performance-profiling

1 source

Member repositories

RepositoryRoleHealth v2
zhengcx/MethodTraceManmain23

For agents

markdown · JSON · MCP: product_card(name="zhengcx/MethodTraceMan")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem