ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
CpuThrottlingWaiter
public
class
CpuThrottlingWaiter
extends BaseTargetPreparer
ITargetPreparer
ที่รอจนกว่าความถี่สูงสุดในคอร์ทั้งหมดจะได้รับการกู้คืนเป็นระดับสูงสุดที่พร้อมใช้งาน
สรุป
วิธีการที่มีการป้องกัน |
|
getCpuMaxFreqs(ITestDevice device)
อ่านข้อมูลในส่วน /sys/devices/system/cpu เพื่อระบุจำนวนแกนที่ใช้ได้และความถี่สูงสุดที่เป็นไปได้สำหรับแต่ละแกน
|
ตัวสร้างแบบสาธารณะ
CpuThrottlingWaiter
public CpuThrottlingWaiter ()
เมธอดสาธารณะ
public void setUp (TestInformation testInfo)
พารามิเตอร์ |
testInfo |
TestInformation |
วิธีการที่มีการป้องกัน
getCpuMaxFreqs
protected getCpuMaxFreqs (ITestDevice device)
อ่านข้อมูลในส่วน /sys/devices/system/cpu เพื่อระบุจำนวนแกนที่ใช้ได้และความถี่สูงสุดที่เป็นไปได้สำหรับแต่ละแกน
พารามิเตอร์ |
device |
ITestDevice : อุปกรณ์ที่ทดสอบ |
คิกรีเทิร์น |
|
ERROR(/Map) ที่มีเส้นทางไปยัง sysfs cpuinfo เป็นคีย์ และความถี่สูงสุดที่เกี่ยวข้องเป็นค่า |
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# CpuThrottlingWaiter\n===================\n\n\n`\npublic\n\n\nclass\nCpuThrottlingWaiter\n`\n\n\n`\n\n\n`\n\n`\n\nextends `[BaseTargetPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/BaseTargetPreparer.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|---|-----------------------------------------------------|\n| java.lang.Object |||\n| ↳ | [com.android.tradefed.targetprep.BaseTargetPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/BaseTargetPreparer.html) ||\n| | ↳ | com.android.tradefed.targetprep.CpuThrottlingWaiter |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAn [ITargetPreparer](../../../../../../reference/tradefed/com/android/tradefed/targetprep/ITargetPreparer.html) that waits until max frequency on all cores are restored to highest\nlevel available\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[CpuThrottlingWaiter](../../../../../../reference/tradefed/com/android/tradefed/targetprep/CpuThrottlingWaiter.html#CpuThrottlingWaiter())`() ` |\n\n| ### Public methods ||\n|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` void` | ` `[setUp](../../../../../../reference/tradefed/com/android/tradefed/targetprep/CpuThrottlingWaiter.html#setUp(com.android.tradefed.invoker.TestInformation))`(`[TestInformation](../../../../../../reference/tradefed/com/android/tradefed/invoker/TestInformation.html)` testInfo) ` |\n\n| ### Protected methods ||\n|-----|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` ` | ` `[getCpuMaxFreqs](../../../../../../reference/tradefed/com/android/tradefed/targetprep/CpuThrottlingWaiter.html#getCpuMaxFreqs(com.android.tradefed.device.ITestDevice))`(`[ITestDevice](../../../../../../reference/tradefed/com/android/tradefed/device/ITestDevice.html)` device) ` Reads info under /sys/devices/system/cpu to determine cores available, and max frequencies possible for each core |\n\nPublic constructors\n-------------------\n\n### CpuThrottlingWaiter\n\n```\npublic CpuThrottlingWaiter ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### setUp\n\n```\npublic void setUp (TestInformation testInfo)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------|--------------------------|\n| `testInfo` | `TestInformation` \u003cbr /\u003e |\n\n| Throws ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| [BuildError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/BuildError.html) | |\n| [DeviceNotAvailableException](../../../../../../reference/tradefed/com/android/tradefed/device/DeviceNotAvailableException.html) | |\n| [TargetSetupError](../../../../../../reference/tradefed/com/android/tradefed/targetprep/TargetSetupError.html) | |\n\nProtected methods\n-----------------\n\n### getCpuMaxFreqs\n\n```\nprotected getCpuMaxFreqs (../../../../../../reference/tradefed/com/android/tradefed/device/ITestDevice.html device)\n```\n\nReads info under /sys/devices/system/cpu to determine cores available, and max frequencies\npossible for each core\n\n\u003cbr /\u003e\n\n| Parameters ||\n|----------|-----------------------------------------|\n| `device` | `ITestDevice`: device under test \u003cbr /\u003e |\n\n| Returns ||\n|---|-------------------------------------------------------------------------------------------------------------------------|\n| | a [ERROR(/Map)](../../../../../../) with paths to sysfs cpuinfo as key, and corresponding max frequency as value \u003cbr /\u003e |\n\n| Throws ||\n|----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| | com.android.tradefed.device.DeviceNotAvailableException |\n| [DeviceNotAvailableException](../../../../../../reference/tradefed/com/android/tradefed/device/DeviceNotAvailableException.html) | |"]]