Profiling Android apps with Eclipse plugin TPTP instead of traceview

前端 未结 1 1436
不知归路
不知归路 2021-01-30 08:41

The standard way to profile an Android application in Eclipse is using the plugin DDMS and creating a trace file with all the information inside. If you want to view this inform

相关标签:
1条回答
  • 2021-01-30 09:12

    From DeveloperWorks

    To read a trcxml file content, you should use "File" > "Import..." > "Profiling and Logging" > "Profiling File" option to import the resource and view the trace data with TPTP views

    Update:

    Are you looking for hprof-conv? Should be in the sdk/tools directory

    Update2:

    Sorry, I didn't see your update, the conversion tool is available as an attachment from the source provided at EclipseWorld 2005. Hope that helps.

    0 讨论(0)
提交回复
热议问题