aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/debug/procstats.html
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-06-21 01:32:24 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-21 01:32:24 +0000
commitd9c0a94dd500fc616309192152fa737a83c185d8 (patch)
tree9d32c0a36693b9ce3d89bd10152cd3a2564f486e /en/devices/tech/debug/procstats.html
parent0d061a7f4d62ccb9174916e0abbe96d84646df45 (diff)
parentbb57032f17abb0cfb5ebe780451d58a97779c5b6 (diff)
downloadsource.android.com-d9c0a94dd500fc616309192152fa737a83c185d8.tar.gz
Merge "Docs: Changes to source.android.com" am: 14605d77b5 am: 833d7d4b81 am: f51ce41011
am: bb57032f17 Change-Id: I7c8bcc0487be283a76b1703188455ef18b255661
Diffstat (limited to 'en/devices/tech/debug/procstats.html')
-rw-r--r--en/devices/tech/debug/procstats.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/devices/tech/debug/procstats.html b/en/devices/tech/debug/procstats.html
index 07250168..285ea7e0 100644
--- a/en/devices/tech/debug/procstats.html
+++ b/en/devices/tech/debug/procstats.html
@@ -33,8 +33,8 @@ proportional set size (PSS) and unique set size (USS).</p>
<p>To get application memory usage stats for the last three hours, in
human-readable form, run the following command:</p>
-<pre class=prettyprint>
-$ adb shell dumpsys procstats --hours 3
+<pre class="devsite-terminal devsite-click-to-copy">
+adb shell dumpsys procstats --hours 3
</pre>
@@ -46,7 +46,7 @@ $ adb shell dumpsys procstats --hours 3
time the application was running, while the numbers following show PSS and USS
as minPSS-avgPSS-maxPSS/minUSS-avgUSS-maxUSS over samples.</p>
-<pre class="no-pretty-print">
+<pre class="devsite-click-to-copy">
AGGREGATED OVER LAST 3 HOURS:
* com.android.systemui / u0a20 / v22:
TOTAL: 100% (109MB-126MB-159MB/108MB-125MB-157MB over 18)