Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
EmulatorMemoryCpuCapturer
public
class
EmulatorMemoryCpuCapturer
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.device.metric.EmulatorMemoryCpuCapturer
|
Summary
Public constructors
EmulatorMemoryCpuCapturer
public EmulatorMemoryCpuCapturer (ITestDevice device)
Parameters |
device |
ITestDevice |
Public methods
getCpuUsage
public float getCpuUsage ()
getPssMemory
public long getPssMemory ()
Protected methods
getRunUtil
protected IRunUtil getRunUtil ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-08 UTC."],[],[],null,["# EmulatorMemoryCpuCapturer\n=========================\n\n\n`\npublic\n\n\nclass\nEmulatorMemoryCpuCapturer\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|--------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.device.metric.EmulatorMemoryCpuCapturer |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public constructors ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[EmulatorMemoryCpuCapturer](../../../../../../../reference/tradefed/com/android/tradefed/device/metric/EmulatorMemoryCpuCapturer.html#EmulatorMemoryCpuCapturer(com.android.tradefed.device.ITestDevice))`(`[ITestDevice](../../../../../../../reference/tradefed/com/android/tradefed/device/ITestDevice.html)` device) ` |\n\n| ### Public methods ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` float` | ` `[getCpuUsage](../../../../../../../reference/tradefed/com/android/tradefed/device/metric/EmulatorMemoryCpuCapturer.html#getCpuUsage())`() ` |\n| ` long` | ` `[getPssMemory](../../../../../../../reference/tradefed/com/android/tradefed/device/metric/EmulatorMemoryCpuCapturer.html#getPssMemory())`() ` |\n\n| ### Protected methods ||\n|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[IRunUtil](../../../../../../../reference/tradefed/com/android/tradefed/util/IRunUtil.html) | ` `[getRunUtil](../../../../../../../reference/tradefed/com/android/tradefed/device/metric/EmulatorMemoryCpuCapturer.html#getRunUtil())`() ` |\n\nPublic constructors\n-------------------\n\n### EmulatorMemoryCpuCapturer\n\n```\npublic EmulatorMemoryCpuCapturer (ITestDevice device)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|----------------------|\n| `device` | `ITestDevice` \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### getCpuUsage\n\n```\npublic float getCpuUsage ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|---------|--------|\n| `float` | \u003cbr /\u003e |\n\n### getPssMemory\n\n```\npublic long getPssMemory ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------|--------|\n| `long` | \u003cbr /\u003e |\n\nProtected methods\n-----------------\n\n### getRunUtil\n\n```\nprotected IRunUtil getRunUtil ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|---------------------------------------------------------------------------------------------|--------|\n| [IRunUtil](../../../../../../../reference/tradefed/com/android/tradefed/util/IRunUtil.html) | \u003cbr /\u003e |"]]