OSDN Git Service

Add method profiling support to DDMS.
authorXavier Ducrohet <xav@android.com>
Thu, 3 Sep 2009 03:06:08 +0000 (20:06 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 3 Sep 2009 23:01:27 +0000 (16:01 -0700)
New button allows to start/stop tracing. When clicking stop, DDMS downloads
the trace file and starts Traceview.

Also refactored some common parts of the HPROF and tracing handlers into a
common class. The goal is to have a default, extensible implementation
of the HPROF handler that DDMS and the plug-in can reuse. This will reduce
duplicated code.

Change-Id: Ifc48926c7f6f1c3ea49a4aa94053664be83cbb06


No differences found