Od 27 marca 2025 r. zalecamy używanie android-latest-release
zamiast aosp-main
do kompilowania i wspołtworzenia AOSP. Więcej informacji znajdziesz w artykule o zmianach w AOSP.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
EmulatorMemoryCpuCapturer
public
class
EmulatorMemoryCpuCapturer
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.device.metric.EmulatorMemoryCpuCapturer
|
Podsumowanie
Konstruktory publiczne
EmulatorMemoryCpuCapturer
public EmulatorMemoryCpuCapturer (ITestDevice device)
Parametry |
device |
ITestDevice |
Metody publiczne
getCpuUsage
public float getCpuUsage ()
getPssMemory
public long getPssMemory ()
Chronione metody
getRunUtil
protected IRunUtil getRunUtil ()
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-27 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 |"]]