summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Hao <jeffhao@google.com> 2015-05-12 00:42:09 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-05-12 00:42:15 +0000
commit6e88f0b7bbcd67de76d46b0adc75b43fdb11611e (patch)
treedce3f1e3d89860242b0b647e49ae397c561aa894
parentb05f5739bb62870f3d23d02c10fbbbaacbee93d4 (diff)
parent3755c3d8bcc3d0f22eb7a775ec7a689feb7e1725 (diff)
Merge "Fix prototype for startMethodTracingSampling in profiling docs." into mnc-dev
-rw-r--r--docs/html/tools/debugging/debugging-tracing.jd7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/tools/debugging/debugging-tracing.jd b/docs/html/tools/debugging/debugging-tracing.jd
index 098660b93368..fa5b4e1254bc 100644
--- a/docs/html/tools/debugging/debugging-tracing.jd
+++ b/docs/html/tools/debugging/debugging-tracing.jd
@@ -159,9 +159,10 @@ parent.link=index.html
<p>In Android 4.4 and later, you can use sample-based profiling to profile with less runtime
performance impact. To enable sample profiling, call {@link
- android.os.Debug#startMethodTracingSampling() startMethodTracingSampling()} with a specified
- sampling interval. The system will then gather samples periodically until tracing is stopped
- via {@link android.os.Debug#stopMethodTracing() stopMethodTracing()}.</p>
+ android.os.Debug#startMethodTracingSampling(java.lang.String, int, int)
+ startMethodTracingSampling()} with a specified sampling interval. The system will then gather
+ samples periodically until tracing is stopped via {@link android.os.Debug#stopMethodTracing()
+ stopMethodTracing()}.</p>
<h2 id="copyingfiles">Copying Trace Files to a Host Machine</h2>