`
standalone
  • 浏览: 611121 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

set cpu performance mode

阅读更多

A cheap/dirty little hack to increase idle CPU frequency and increase performance in general (don't blame me when your battery runs dry in about 3 hours):

(must have root first!)

cat /proc/cpuinfo (use this to see cpu speed, you will see at idle its 162.54mhz)

adb shell
echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

cat /proc/cpuinfo (now idling at 662.40mhz!)

If you want to switch back:

adb shell
echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

分享到:
评论

相关推荐

    Linux C 代码示例,可以在运行时获取参数并设置指定核心为性能模式,可以循环设置,核心总数可以设置

    Linux C 代码示例,可以在运行时获取参数并设置指定核心为性能模式,可以循环设置,核心总数可以设置。 编译指令: gcc -o t cpu_freq_r.c ...CPU frequency set to performance mode for core 32 performance

    CPU-Z 1.47,CPU 查看工具

    -txt=filename : Launch CPU-Z in ghost mode (no interface appears) and generates the register dump file (.txt) in the same directory as the exe file. -...

    MIPI+LCM+Porting+Guide

    - **Step 3**: Further customize the `lcm_get_params()` function to set up the Command Mode settings. This includes enabling tear-free mode (`LCM_DBI_TE_MODE_VSYNC_ONLY`), specifying the edge polarity ...

    intel 64汇编指令集完整版(原版共3卷)

    thermal and power management features, debugging, performance monitoring, system management mode, virtual machine extensions (VMX) instructions, Intel® Virtualization Technology (Intel® VT), and ...

    RT3602AC-01.pdf

    it easy to set the droop to meet all Intel CPU requirements of AVP (Adaptive Voltage Positioning). Based on the GNAVPTM topology, the RT3602AC also features a quick response mechanism for optimized ...

    微软内部资料-SQL性能优化2

    Each thread has two stacks, one for kernel mode and one for user mode. A stack is an area of memory in which program procedure or function call addresses and parameters are temporarily stored. In ...

    Bochs - The cross platform IA-32 (x86) emulator

    - Major configure/cpu rework allowing to enable/disable CPU options at runtime through .bochsrc (Stanislav) - Bugfixes for CPU emulation correctness and stability - Implemented X2APIC extensions ...

    NUC501 User's Manual rev.A1.3.pdf

    It features an ARM7 TDMI CPU core and provides a comprehensive set of interfaces and peripherals for various applications. #### 2. Features The NUC501 includes several key features that make it ...

    TPFanControl 0.63准绿色版+教程

    // big delays in response while other processes consume performance. // 程序的优先级,可以设定为0-5,正常是2,如果其他程序大量消耗系统资源导致TPFanControl有较大的延迟,请把这个数值加大. ProcessPriority=5...

    S7A驱动720版本

    is set on. - New Radio Button selection "Show Window" on Setup parameter property page "Advanced" The driver automatically opens its window which shows trace log messages useful for trouble ...

    uhdd.sys源码

    with an 80386+ CPU and using MS DOS V5 0+ or equivalent XMGR is a DOS driver which works as an "XMS manager" and provides up to 4 GB of XMS memory XMGR has direct support for V3 70+ ...

    计算机英文术语完全介绍

    ### SMM (System Management Mode) 系统管理模式,是处理器的一个特殊模式,用于执行系统管理程序,处理SMIs中断,实现高级系统管理功能。 ### SMP (Symmetric Multi-Processing) 对称多处理,指在一个系统中所有...

    世界上最快的VP9视频解码器

    To evaluate that question, Clément Bœsch and I set out to write a VP9 decoder from scratch for FFmpeg. The goals never changed from the original ffvp8 situation (community-developed, fast, free ...

    ethminer-0.16.0.dev3

    The default value is 4 (which does not need to be set with the flag) and in most cases this will provide the best performance. 7. What is ethminer's relationship with [Genoil's fork]? [Genoil's ...

    php.ini-development

    previously set variable or directive (e.g. ${foo}) ; Expressions in the INI file are limited to bitwise operators and parentheses: ; | bitwise OR ; ^ bitwise XOR ; & bitwise AND ; ~ bitwise NOT ; ! ...

    编译好的x265,带y4m文件

    --vbv-bufsize <integer> Set size of the VBV buffer (kbit). Default 0 --vbv-init <float> Initial VBV buffer occupancy (fraction of bufsize or in kbits). Default 0.90 --pass Multi pass rate control. ...

    Heilx AAC Decoder optimized for ARM

    Use the sample projects or the Helix makefiles as a template for which source files to include. <br>Multichannel For multichannel, just set AAC_MAX_NCHANS in pub/aacdec.h to the desired max ...

    nginx_https+tomcat_http配置.docx

    <description>High Performance Nginx Service <logpath>D:\work\nginx_13_Violet\logs <log mode="roll-by-size"> <sizeThreshold>10240 <keepFiles>8 <executable>D:\work\nginx_13_Violet\nginx_basic....

    ILI9225B_DS_V03.pdf

    These include the CPU interface, display RAM, timing generator, gate driver, source driver, and other components necessary for controlling and driving the TFT LCD panel. ### Pin Descriptions The ...

    BURNINTEST--硬件检测工具

    data with random seeking" test mode and only occurs with some specific test settings. Release 5.3 build 1024 WIN32 release 10 July 2008 - Workaround for the rare crash bug in Vista in atklumdisp....

Global site tag (gtag.js) - Google Analytics