diff options
| author | Jeff Hao <jeffhao@google.com> | 2015-05-05 18:36:42 -0700 |
|---|---|---|
| committer | Jeff Hao <jeffhao@google.com> | 2015-05-11 22:30:20 +0000 |
| commit | cf6a3b915c2984ae573b27a46dd732811d642427 (patch) | |
| tree | d7fad000430532076ee7ef174a4b8993a70d65d4 /docs/html/tools/debugging/ddms.jd | |
| parent | d43ec6380ce04f4c0830cd35d1dbd7b3050799d4 (diff) | |
| download | frameworks_base-cf6a3b915c2984ae573b27a46dd732811d642427.zip frameworks_base-cf6a3b915c2984ae573b27a46dd732811d642427.tar.gz frameworks_base-cf6a3b915c2984ae573b27a46dd732811d642427.tar.bz2 | |
Update ddms and profiling docs to include sample profiling.
Bug: 5866094
Change-Id: Ib97990ee2fc823416b3f41856b815d4092818f98
Diffstat (limited to 'docs/html/tools/debugging/ddms.jd')
| -rw-r--r-- | docs/html/tools/debugging/ddms.jd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/html/tools/debugging/ddms.jd b/docs/html/tools/debugging/ddms.jd index 1b59875..5822e27 100644 --- a/docs/html/tools/debugging/ddms.jd +++ b/docs/html/tools/debugging/ddms.jd @@ -204,6 +204,10 @@ parent.link=index.html <li>Click the <strong>Start Method Profiling</strong> button.</li> + <li>In Android 4.4 and later, choose either trace-based profiling or sample-based profiling + with a specified sampling interval. For earlier versions of Android, only trace-based profiling + is available.</li> + <li>Interact with your application to start the methods that you want to profile.</li> <li>Click the <strong>Stop Method Profiling</strong> button. DDMS stops profiling your |
