Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yayınlandı: Android 11 (API düzeyi 30)
Android cihazların sistem yüküne göre saati dinamik olarak değiştirebilir. Bu
kullanım sırasında güç tasarrufu açısından iyidir ancak
güvenilir performans verileri sağlar. Bir kodun ne kadar hızlı olduğunu
parçası, regresyon önleme için çalıştırılabilir veya bir optimizasyon tekrarlanabilirse
sabit saat hızlarında test edilmezse sonuçlarınız güvenilir olmaz. Entegre
sabit saatler kullanıyorsanız, mevcut performansınızda değişiklik yapmadan
faktör olarak CPU frekansı.
Sabit performans modu, CPU ve GPU saatlerini bir üst ve alt sınırla ayarlar.
Bu mod, şunun gibi diğer dinamik performans davranışlarını devre dışı bırakmaz::
seçim.
Aşağıdaki adb komutuyla sabit performans modunu etkinleştirebilirsiniz:
Sabit performans modunda çalışan bir cihaz aşırı ısınabilir çünkü
cihaz, termal olarak sürdürülebilir bir duruma sokmaz. Bunun nedeni:
bu nedenle, karşılaştırmalı çalıştırmalar için aşağıdakileri öneririz:
Başlamadan önce cihazın termal olarak sürdürülebilir duruma dönmesini bekleyin.
koşmaya hazırım.
Test sırasında cihazın termal durumunu izleyerek
etkisini gözlemledik.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[],[],null,["# Fixed Performance Mode\n\n**Released**: Android 11 (API level 30)\n\nAndroid devices can change clocking dynamically based on the system load. This\nbehavior is good for power savings during use, but can make it difficult to get\nreliable performance data. If you are trying to determine how fast a code\nfragment can run for regression prevention, or if an optimization is repeatable,\nyour results won't be reliable if they aren't tested at fixed clock speeds. With\nfixed clocks, you can do accurate A/B testing of performance without changes in\nthe CPU frequency being a factor.\n\nFixed-performance mode sets CPU and GPU clocks with an upper and lower bound.\nThis mode does not disable other dynamic performance behaviors, such as core\nselection.\n\nYou can enable fixed-performance mode with the following adb command: \n\n adb shell cmd power set-fixed-performance-mode-enabled [true|false]\n\nA device that is running in fixed-performance mode can still overheat because\nthe mode doesn't put the device into a thermally-sustainable state. Because of\nthis, we recommend the following for benchmark runs:\n\n- Wait for the device to return to a thermally-sustainable state before starting the run.\n- Monitor the thermal state of the device during testing to differentiate the impact between the benchmark code and thermal events."]]