WO2022151783A1 - Procédé de réglage de paramètre de processeur, appareil, dispositif électronique et support de stockage - Google Patents

Procédé de réglage de paramètre de processeur, appareil, dispositif électronique et support de stockage Download PDF

Info

Publication number
WO2022151783A1
WO2022151783A1 PCT/CN2021/125170 CN2021125170W WO2022151783A1 WO 2022151783 A1 WO2022151783 A1 WO 2022151783A1 CN 2021125170 W CN2021125170 W CN 2021125170W WO 2022151783 A1 WO2022151783 A1 WO 2022151783A1
Authority
WO
WIPO (PCT)
Prior art keywords
processor
parameter
preset
parameters
operating state
Prior art date
Application number
PCT/CN2021/125170
Other languages
English (en)
Chinese (zh)
Inventor
林剑森
Original Assignee
成都国科微电子有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 成都国科微电子有限公司 filed Critical 成都国科微电子有限公司
Publication of WO2022151783A1 publication Critical patent/WO2022151783A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Definitions

  • the present application relates to the technical field of processors, and in particular, to a processor parameter adjustment method, a processor parameter adjustment device, an electronic device, and a computer-readable storage medium.
  • CPU ie, processor
  • the CPU will not work at the optimal performance parameters all the time, because this will increase the power consumption of the CPU and generate more heat.
  • the CPU will not work under the energy-saving performance parameters throughout the whole process.
  • the CPU needs to exert strong performance to meet the operation of a certain function or a certain scenario, so as to prevent slow response speed and slow interface refresh speed. and other problems that lead to poor user experience.
  • the related art dynamically adjusts the parameters of the CPU according to the current load state of the CPU. That is, during the adjustment process, the load state of the current CPU is collected multiple times, and the CPU parameters are adjusted according to the load state.
  • the purpose of the present application is to provide a processor parameter adjustment method, a processor parameter adjustment device, an electronic device and a computer-readable storage medium, which do not need to monitor the processor load, and solve the problem that the processor parameters cannot be adjusted in time. It takes up more resources of the CPU, which makes the problem of power consumption larger.
  • a processor parameter adjustment method including:
  • the target operating state exists, acquiring the target preset processor parameter corresponding to the target operating state from the parameter configuration information;
  • the processor parameter adjustment operation is performed according to the target preset processor parameter.
  • the method before the determining the operating state of the device, the method further includes:
  • the initial processor parameters are trained to obtain preset processor parameters that satisfy each of the preset effect parameters;
  • the parameter configuration information is generated using the preset processor parameters, the basic processor parameters, and the preset operating state.
  • performing training on initial processor parameters to obtain preset processor parameters satisfying each of the preset effect parameters including:
  • a parameter adjustment process based on a preset unit length is performed on the initial processor parameter to obtain a plurality of candidate processor parameters that satisfy the preset effect parameter;
  • the parameter adjustment process includes: The up-frequency point lag processing and/or the up-frequency value reduction processing, the initial processor parameter is the maximum performance parameter of the processor;
  • the processor power consumption corresponding to each of the candidate processor parameters is detected, and the candidate processor parameter corresponding to the minimum processor power consumption is determined as the preset processor parameter.
  • the determining a plurality of preset operating states includes:
  • a scenario selection instruction is acquired, and the preset operating state is selected from a plurality of candidate operating states according to the scenario selection instruction.
  • the method before the determining the operating state of the device, the method further includes:
  • the standard parameter configuration information is obtained based on standard equipment training, and is used to record the corresponding relationship between the preset operating state and the preset processor parameters .
  • the acquiring the target preset processor parameter corresponding to the target operating state from the parameter configuration information includes:
  • the target operating state includes:
  • the processor parameter adjustment operation is performed according to the dynamic adjustment strategy.
  • the application also provides a processor parameter adjustment device, including:
  • a state judging module used for determining the operating state of the equipment, and judging whether there is a target operating state matching the operating state of the equipment in the parameter configuration information
  • a parameter obtaining module configured to obtain the target preset processor parameter corresponding to the target operating state from the parameter configuration information if the target operating state exists;
  • a parameter adjustment module configured to perform a processor parameter adjustment operation according to the target preset processor parameter.
  • the application also provides an electronic device, including a memory and a processor, wherein:
  • the memory for storing computer programs
  • the processor is configured to execute the computer program to implement the above-mentioned method for adjusting the parameters of the processor.
  • the present application also provides a computer-readable storage medium for storing a computer program, wherein when the computer program is executed by a processor, the above-mentioned method for adjusting a processor parameter is implemented.
  • the processor parameter adjustment method provided by the present application determines the operating state of the device, and judges whether there is a target operating state matching the operating state of the device in the parameter configuration information; if there is a target operating state, the corresponding target operating state is obtained from the parameter configuration information
  • the target preset processor parameters; the processor parameter adjustment operation is performed according to the target preset processor parameters.
  • the method uses the parameter configuration information to record each preset operating state and the corresponding preset processor parameters.
  • the processor parameter adjustment needs to be performed, after determining the equipment operating state, it is compared with the preset operating state recorded in the parameter configuration information. The state is matched to determine whether there is a target operating state that matches the operating state of the equipment. If it matches, it means that the parameter adjustment process of the processor in the current scene has been set. Therefore, the target preset processor parameters corresponding to the target operating state can be obtained from the parameter configuration information, and processed according to the target preset processor parameters. controller parameter adjustment operation.
  • the method does not need to monitor the processor load when adjusting the processor parameters, but directly operates according to the preset target preset processor parameters, so it can avoid the failure caused by the low frequency of collecting the load state.
  • the present application also provides a processor parameter adjustment device, an electronic device and a computer-readable storage medium, which also have the above beneficial effects.
  • FIG. 1 is a flowchart of a method for adjusting a processor parameter provided by an embodiment of the present application
  • Fig. 2 is a kind of CPU parameter adjustment effect curve diagram that the embodiment of this application provides;
  • FIG. 3 is a schematic structural diagram of an apparatus for adjusting a processor parameter provided by an embodiment of the present application
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
  • FIG. 1 is a flowchart of a method for adjusting a processor parameter provided by an embodiment of the present application.
  • the method includes:
  • the device operating state can be acquired and determined.
  • the specific content of the device running status is not limited, for example, it may include software running status and hardware running status, where the software running status may include the current number of processes, the number of processes corresponding to different types, specific process names, process numbers, etc.; hardware
  • the running state may include the current number of processor cores, the voltage value of each processor, the temperature value of each processor, and the like.
  • the specific manner of determining the running state of the device is not limited, for example, the running state of the device may be determined in real time when the processor parameter adjustment instruction is detected.
  • the device operating state may be determined according to a preset cycle, and after the device operating state is acquired, the device operating state may be stored locally, and the stored content may be read when the device operating state needs to be determined.
  • This embodiment does not limit the specific time when the running state of the device is determined, that is, does not limit the specific time when the processor parameter adjustment is started. The time when the process content changes; or the time when the temperature of the processor changes; or the time when the processor load is greater than a certain threshold or less than a certain threshold.
  • S102 Determine whether there is a target operating state matching the device operating state in the parameter configuration information.
  • the parameter configuration information may be stored in a local storage component of the device, such as FLASH (flash memory).
  • FLASH flash memory
  • This embodiment does not limit the specific content of each preset operating state in the parameter configuration information, but may limit each data item of the device operating state, which may specifically be a value or an interval. For example, there may be one processor working, three processes are running, namely A process, B process and C process, and the temperature of the processor is 40 degrees. Alternatively, only some data items of the running state of the device may be limited, for example, it may be that two processors are working, and there are 5 to 7 processes running in total, including the D process. If a target operating state matching the device operating state is detected, it means that the processor parameter adjustment process corresponding to the current device operating state has been preset, and step S103 can be executed. If there is no target operating state corresponding to the device operating state, step S105 may be performed.
  • the parameter configuration information records the preset operating state and the corresponding preset processor parameters. After it is determined that the target operating state exists, the corresponding target preset processor parameters are obtained from the parameter configuration information.
  • the specific content of the target preset processor parameter is not limited, for example, it may include the number of processor cores, or may also include processor frequency, or may also include other information, such as maintenance duration, that is, the working duration in this state. It should be noted that each preset processor parameter may include only one set of processor sub-parameters, and the corresponding processor parameter adjustment process is adjusted only once, and the processor parameters are adjusted to the processor sub-parameters.
  • the preset processor parameters may include multiple groups of processor sub-parameters, and each group of processor sub-parameters respectively corresponds to multiple different moments in succession.
  • the parameter adjustment process is carried out in multiple stages, and each stage adjusts the processor to a corresponding processor sub-parameter.
  • the preset processor parameters may include three sets of processor sub-parameters, which are 700 MHz, 800 MHz, and 1100 MHz, respectively, corresponding to three moments of 0, 10 ms, and 30 ms, respectively.
  • the processor frequency is adjusted to 700MHz immediately after the target preset processor parameter is obtained, and the processor frequency is adjusted to 800MHz after 10ms , and then adjust the processor frequency to 1100MHz after 20ms.
  • the device operating state may match multiple preset operating states.
  • a corresponding priority may be set for each preset operating state, and the highest priority may be set.
  • the preset running state is determined as the target running state, and then the preset processor parameters of the target are obtained.
  • S104 Perform the processor parameter adjustment operation according to the target preset processor parameter.
  • the processor parameter adjustment operation is performed according to them, so as to adjust parameters such as the processor frequency and the number of processor cores.
  • This embodiment does not limit the specific process of parameter adjustment, and reference may be made to the related art, which will not be repeated here.
  • the preset operation can be performed.
  • the specific content of the preset operation is not limited, for example, it can be no operation, that is, no operation is performed, or the processor parameter adjustment strategy can be carried out according to the dynamic adjustment strategy.
  • the dynamic adjustment strategy is the strategy of adjusting the processor parameters in real time according to factors such as the processor load and the desired effect parameters.
  • the specific content is not limited. Please refer to FIG. 2 .
  • FIG. 2 may be a graph of a CPU parameter adjustment effect provided by FIG. 2 in this embodiment of the present application.
  • the CPU frequency can be gradually increased, and each time the CPU frequency is increased to determine whether the current refresh rate is Reach the target refresh rate. If the current refresh rate does not reach the target refresh rate, increase the CPU frequency again until the target refresh rate is reached. It can be seen from Figure 2 that by increasing the CPU frequency from 700MHz to 1200MHz, the UI refresh rate has reached 60Hz. At the same time, it can be seen that due to the low CPU frequency at the beginning, in order to increase the UI refresh rate, the CPU occupancy rate has reached more than 90%, or even 100%. With the increase of the CPU frequency, the CPU computing power is gradually released. The CPU usage gradually decreased until it dropped to 73%.
  • the processor parameter adjustment method provided in the embodiment of the present application is applied, and the parameter configuration information is used to record each preset operating state and the corresponding preset processor parameter.
  • the preset operating states recorded in the parameter configuration information are matched to determine whether there is a target operating state that matches the operating state of the equipment. If it matches, it means that the parameter adjustment process of the processor in the current scene has been set. Therefore, the target preset processor parameters corresponding to the target operating state can be obtained from the parameter configuration information, and processed according to the target preset processor parameters. controller parameter adjustment operation.
  • the method does not need to monitor the processor load when adjusting the processor parameters, but directly operates according to the preset target preset processor parameters, so it can avoid the failure caused by the low frequency of collecting the load state.
  • this embodiment will specifically describe several steps in the foregoing embodiments. It can be understood that, before using the parameter configuration information to adjust the processor parameters, the parameter configuration information needs to be obtained first. Therefore, in an implementation manner, before determining the operating state of the device, it may further include:
  • Step 11 Obtain standard parameter configuration information, and determine the standard parameter configuration information as parameter configuration information; the standard parameter configuration information is obtained based on standard equipment training, and is used to record the corresponding relationship between the preset operating state and the preset processor parameters.
  • multiple devices use the same parameter configuration information, that is, standard parameter configuration information.
  • the standard parameter configuration information is obtained based on standard equipment training, and the standard equipment is of the same type and model as the electronic equipment that executes the processor parameter adjustment method. Since the two are of the same type and model, their working states are basically the same, and the standard parameter configuration information can be used as parameter configuration information to adjust the processor parameters of the device.
  • processor parameters may further include: :
  • Step 21 Determine multiple preset operating states, and acquire multiple basic processor parameters and preset effect parameters corresponding to each preset operating state.
  • the number of preset operating states is multiple, and each preset operating state corresponds to a preset effect parameter.
  • the specific content of the preset effect parameter is not limited, for example, it may be UI interface refresh rate, input response rate (eg, remote control input response rate, keyboard input response rate), data throughput rate, and the like.
  • the basic processor parameter is used to define the processor parameter at the beginning of the processor parameter adjustment, and the processor parameter at the beginning of the processor parameter adjustment may specifically be the device running state, or may be other content. Specifically, it can be a value, or can be an interval. Since different adjustment methods can be used to adjust the processor under different operating states of the device, the same preset effect parameters can be finally achieved, so different preset processor parameters can be set for different basic processor parameters.
  • a preset operating state may be selected from a plurality of candidate operating states as required.
  • the step of determining multiple preset operating states may include:
  • Step 211 Acquire a scenario selection instruction, and select a preset operating state from a plurality of candidate operating states according to the scenario selection instruction.
  • the scene selection instruction may be input by the user, or may be sent by other electronic devices.
  • the candidate operating state is advanced to the device, and its specific content is not limited. For example, when there are multiple models of electronic equipment, different models have some different preset operating states, and also have some same preset operating states. In order to improve the generation efficiency of the parameter configuration information, all preset operating states of various models may be determined as candidate operating states, and the preset operating states may be selected from among them according to the scene selection instruction when the parameter configuration information is generated.
  • Step 22 Perform training on the initial processor parameters based on the respective basic processor parameters to obtain preset processor parameters that satisfy the preset effect parameters.
  • the initial processor parameter is the basis of the preset processor parameter, and its specific content is not limited, for example, it may be the lowest power consumption processor parameter, or may be the maximum performance processor parameter, that is, the highest power consumption processor parameter.
  • the initial processor parameters are trained and adjusted by satisfying the preset effect parameters as the standard, and finally the preset processor parameters corresponding to the respective basic processor parameters in the respective preset operating states are obtained. It can be understood that according to the specific content of the initial processor parameters, the corresponding training methods are also different.
  • the training content includes:
  • the corresponding training method can be adjusted for the up-frequency point (or down-frequency point) training and/or up-frequency value (or down-frequency value) Adjust training. That is, multiple up-frequency points (or down-frequency points) are set on the basis of the initial processor parameters, and each up-frequency point has a corresponding up-frequency value (or down-frequency value).
  • the magnitude of the corresponding upscaling value is adjusted to obtain preset processor parameters that satisfy the preset effect parameters.
  • the test program corresponding to the preset running state can be obtained, the initial processor parameters are trained during the running process of the test program, and whether the preset effect parameters are satisfied is judged according to the running result.
  • the effect parameter is to make the UI refresh rate reach 60Hz within 50ms
  • the preset effect parameter corresponding to B is to make the data throughput rate reach 100Mb/s within 1s.
  • the first preset processor parameters corresponding to 2 to 4 processes in case A the second preset processor parameters corresponding to 4 to 6 processes in case A, and 2 to 4 in case B can be obtained.
  • the third preset processor parameter corresponding to one process, and the fourth preset processor parameter corresponding to 4 to 6 processes in case B there are four preset processor parameters in total.
  • the initial processor parameters are trained, and the steps of obtaining preset processor parameters satisfying each preset effect parameter may include:
  • Step 221 For any preset effect parameter, perform parameter adjustment processing based on the preset unit length on the initial processor parameter, and obtain a plurality of candidate processor parameters that satisfy the preset effect parameter: .
  • the parameter adjustment processing in this embodiment includes up-frequency point lag processing and/or up-frequency value reduction processing, and in addition to this, may also include sampling rate adjustment, up-down frequency step size adjustment, and CPU core count adjustment several of the multiple processes, or may also include other adjustment processes.
  • the initial processor parameter is the maximum performance parameter of the processor.
  • the maximum performance parameter of the processor is to immediately adjust the processor to the maximum performance. Since the preset effect parameters must be satisfied when the processor exerts the maximum performance, the maximum performance parameter of the processor that can satisfy the effect can be determined as the initial processor. parameters, and by adjusting them, candidate processor parameters can be obtained.
  • the candidate processor parameter has multiple processor sub-parameters. By setting the time corresponding to each processor sub-parameter, that is, the up-frequency point, or setting the size of each processor sub-parameter, that is, the up-frequency value , a plurality of candidate processor parameters that satisfy the preset effect parameters can be obtained.
  • Step 222 Detect the processor power consumption corresponding to each candidate processor parameter, and determine the candidate processor parameter corresponding to the minimum processor power consumption as the preset processor parameter.
  • the candidate processor parameters are obtained, the corresponding processor power consumption is detected, and the candidate processor parameter with the smallest power consumption is determined as the preset processor parameter, so that the processor adjusted according to it can adopt the minimum power consumption Meet the preset effect parameters.
  • Step 23 Generate parameter configuration information using preset processor parameters, basic processor parameters, and preset operating states.
  • the parameter configuration information is generated by using them together with the preset operating state and the basic processor parameters.
  • the step of obtaining the target preset processor parameters corresponding to the target operating state from the parameter configuration information may include:
  • Step 31 Screen the parameter configuration information by using the target operating state to obtain a plurality of preset processor parameters corresponding to the target operating state;
  • each preset processor parameter corresponds to a different basic processor parameter.
  • Step 32 Screen each basic processor parameter by using the current processor parameter to obtain the target basic processor parameter, and determine the preset processor parameter corresponding to the target basic processor parameter as the target preset processor parameter.
  • the current processor parameters are used to screen the basic processor parameters, and after the target basic processor parameters are determined, the corresponding preset parameters are determined as the target preset processor parameters. For example, when the current processor parameter is 700MHz, the basic processor parameter corresponding to [600MHz, 800MHz] is the target basic processor parameter.
  • the following describes the processor parameter adjustment device provided by the embodiment of the present application.
  • the processor parameter adjustment device described below and the processor parameter adjustment method described above may refer to each other correspondingly.
  • FIG. 3 is a schematic structural diagram of a processor parameter adjustment device provided by an embodiment of the present application, including:
  • the state judgment module 110 is used for determining the operating state of the equipment, and judging whether there is a target operating state matching the operating state of the equipment in the parameter configuration information;
  • the parameter obtaining module 120 is configured to obtain target preset processor parameters corresponding to the target operating state from the parameter configuration information if there is a target operating state;
  • the parameter adjustment module 130 is configured to perform a processor parameter adjustment operation according to target preset processor parameters.
  • an acquisition module for determining multiple preset operating states, and acquiring multiple basic processor parameters and preset effect parameters corresponding to each preset operating state
  • the training module is used to train the initial processor parameters based on the respective basic processor parameters, so as to obtain preset processor parameters that satisfy the preset effect parameters;
  • the generating module is used for generating parameter configuration information by using preset processor parameters, basic processor parameters and preset operating states.
  • a training module including:
  • a parameter adjustment unit configured to perform a parameter adjustment process based on a preset unit length on the initial processor parameter for any preset effect parameter, to obtain a plurality of candidate processor parameters that satisfy the preset effect parameter;
  • the parameter adjustment process includes upscaling Dot lag processing and/or upscaling value reduction processing, the initial processor parameters are the maximum performance parameters of the processor;
  • the power consumption screening unit is configured to detect the processor power consumption corresponding to each candidate processor parameter, and determine the candidate processor parameter corresponding to the minimum processor power consumption as the preset processor parameter.
  • get modules including:
  • the preset operating state selection unit is used to obtain a scenario selection instruction, and select a preset operating state from a plurality of candidate operating states according to the scenario selection instruction.
  • the standard information acquisition module is used to acquire standard parameter configuration information, and determine the standard parameter configuration information as parameter configuration information; the standard parameter configuration information is obtained based on standard equipment training, and is used to record the correspondence between the preset operating state and the preset processor parameters relation.
  • the parameter obtaining module 120 includes:
  • a first screening unit configured to screen the parameter configuration information by using the target operating state to obtain a plurality of preset processor parameters corresponding to the target operating state; the preset processor parameters correspond to different basic processor parameters;
  • the second screening unit is configured to screen each basic processor parameter by using the current processor parameter to obtain the target basic processor parameter, and determine the preset processor parameter corresponding to the target basic processor parameter as the target preset processor parameter .
  • the dynamic adjustment unit is used to adjust the processor parameters according to the dynamic adjustment strategy.
  • the electronic device 100 may include a processor 101 and a memory 102 , and may further include one or more of a multimedia component 103 , an information input/information output (I/O) interface 104 and a communication component 105 .
  • a multimedia component 103 may be included in the electronic device 100 .
  • I/O information input/information output
  • the processor 101 is used to control the overall operation of the electronic device 100 to complete all or part of the steps in the above-mentioned processor parameter adjustment method;
  • the memory 102 is used to store various types of data to support the operation of the electronic device 100, These data may include, for example, instructions for any application or method operating on the electronic device 100, as well as application-related data.
  • the memory 102 may be implemented by any type of volatile or non-volatile memory device or a combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory) Erasable Programmable Read-Only Memory, EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (Read- One or more of Only Memory, ROM), magnetic memory, flash memory, magnetic disk or optical disk.
  • SRAM Static Random Access Memory
  • EEPROM Electrically Erasable Programmable Read-Only Memory
  • EPROM Erasable Programmable Read-Only Memory
  • PROM Programmable Read-Only Memory
  • Read- One or more of Only Memory ROM
  • magnetic memory flash memory
  • flash memory magnetic disk or optical disk.
  • Multimedia components 103 may include screen and audio components.
  • the screen can be, for example, a touch screen, and the audio component is used for outputting and/or inputting audio signals.
  • the audio component may include a microphone for receiving external audio signals.
  • the received audio signal may be further stored in the memory 102 or transmitted through the communication component 105 .
  • the audio assembly also includes at least one speaker for outputting audio signals.
  • the I/O interface 104 provides an interface between the processor 101 and other interface modules, and the above-mentioned other interface modules may be a keyboard, a mouse, a button, and the like. These buttons can be virtual buttons or physical buttons.
  • the communication component 105 is used for wired or wireless communication between the electronic device 100 and other devices. Wireless communication, such as Wi-Fi, Bluetooth, Near Field Communication (NFC for short), 2G, 3G or 4G, or one or a combination of them, so the corresponding communication component 105 may include: Wi-Fi parts, Bluetooth parts, NFC parts.
  • the electronic device 100 may be composed of one or more Application Specific Integrated Circuit (ASIC for short), Digital Signal Processor (DSP for short), Digital Signal Processing Device (DSPD for short), Programmable logic device (Programmable Logic Device, PLD for short), Field Programmable Gate Array (Field Programmable Gate Array, FPGA for short), controller, microcontroller, microprocessor or other electronic components are implemented for implementing the above embodiments The given processor parameter adjustment method.
  • ASIC Application Specific Integrated Circuit
  • DSP Digital Signal Processor
  • DSPD Digital Signal Processing Device
  • PLD Programmable logic device
  • Field Programmable Gate Array Field Programmable Gate Array
  • controller microcontroller, microprocessor or other electronic components are implemented for implementing the above embodiments The given processor parameter adjustment method.
  • the computer-readable storage medium provided by the embodiments of the present application is introduced below.
  • the computer-readable storage medium described below and the processor parameter adjustment method described above may refer to each other correspondingly.
  • the present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the above-mentioned processor parameter adjustment method are implemented.
  • the computer-readable storage medium may include: a USB flash drive, a removable hard disk, a read-only memory (Read-Only Memory, ROM), a random access memory (Random Access Memory, RAM), a magnetic disk or an optical disk, etc. that can store program codes medium.
  • a software module can be placed in random access memory (RAM), internal memory, read only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, removable disk, CD-ROM, or any other in the technical field. in any other known form of storage medium.
  • RAM random access memory
  • ROM read only memory
  • electrically programmable ROM electrically erasable programmable ROM
  • registers hard disk, removable disk, CD-ROM, or any other in the technical field. in any other known form of storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Power Sources (AREA)
  • Stored Programmes (AREA)

Abstract

Procédé de réglage de paramètre de processeur, appareil, dispositif électronique et support de stockage lisible par ordinateur. Le procédé consiste à : déterminer un état de fonctionnement d'un dispositif et déterminer si un état de fonctionnement cible correspondant à l'état de fonctionnement du dispositif existe dans des informations de configuration de paramètre ; si un état de fonctionnement cible existe, obtenir un paramètre de processeur prédéfini cible correspondant à l'état de fonctionnement cible à partir des informations de configuration de paramètre ; et effectuer une opération de réglage de paramètre de processeur en fonction du paramètre de processeur prédéfini cible. Il n'est pas nécessaire de surveiller une charge de processeur lors de la réalisation d'un réglage de paramètre de processeur dans le présent procédé, au contraire, une opération est effectuée directement selon un paramètre de processeur prédéfini cible, et, par conséquent, le problème d'incapacité à régler un paramètre de processeur d'une manière opportune en raison d'un état de charge capturé à une fréquence relativement basse peut être résolu ; de même, le problème de consommation d'énergie accrue en raison de l'utilisation d'un plus grand nombre de ressources par une CPU en raison de l'état de charge capturé à une fréquence relativement élevée est empêché.
PCT/CN2021/125170 2021-01-18 2021-10-21 Procédé de réglage de paramètre de processeur, appareil, dispositif électronique et support de stockage WO2022151783A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110063759.4A CN112667407B (zh) 2021-01-18 2021-01-18 一种处理器参数调节方法、装置、电子设备及存储介质
CN202110063759.4 2021-01-18

Publications (1)

Publication Number Publication Date
WO2022151783A1 true WO2022151783A1 (fr) 2022-07-21

Family

ID=75415520

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/125170 WO2022151783A1 (fr) 2021-01-18 2021-10-21 Procédé de réglage de paramètre de processeur, appareil, dispositif électronique et support de stockage

Country Status (2)

Country Link
CN (1) CN112667407B (fr)
WO (1) WO2022151783A1 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115168059A (zh) * 2022-09-07 2022-10-11 平安银行股份有限公司 系统内核监测方法、装置、终端设备及存储介质
CN115374164A (zh) * 2022-10-20 2022-11-22 深圳比特微电子科技有限公司 搜频调速方法、装置和数据处理设备
CN115657570A (zh) * 2022-12-23 2023-01-31 深圳曦华科技有限公司 低功耗模式下的芯片智能控制方法、装置及存储介质
CN115766453A (zh) * 2022-12-07 2023-03-07 中国工商银行股份有限公司 报警系统配置方法、装置、设备、介质及产品

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667407B (zh) * 2021-01-18 2023-09-19 成都国科微电子有限公司 一种处理器参数调节方法、装置、电子设备及存储介质
CN114413437B (zh) * 2021-12-31 2024-04-02 北京小米移动软件有限公司 一种空调压缩机参数调节方法、装置及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2224703A1 (fr) * 2009-02-26 2010-09-01 Research In Motion Limited Dispositif de communications sans fil mobile avec une nouvelle altération de la voix et procédés correspondants
CN104346226A (zh) * 2013-08-09 2015-02-11 联想(北京)有限公司 处理器频率控制方法及电子设备
CN109491494A (zh) * 2018-11-26 2019-03-19 北京地平线机器人技术研发有限公司 功率参数的调整方法、装置及强化学习模型训练方法
CN111708642A (zh) * 2020-08-20 2020-09-25 北京爱奇艺智能科技有限公司 Vr系统中处理器性能优化方法、装置及vr设备
CN112667407A (zh) * 2021-01-18 2021-04-16 成都国科微电子有限公司 一种处理器参数调节方法、装置、电子设备及存储介质

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317612B (zh) * 2014-10-14 2017-09-19 中国航天科工集团第二研究院七〇六所 龙芯处理器内存控制器参数交互式调试的方法
CN106292990A (zh) * 2015-06-01 2017-01-04 中兴通讯股份有限公司 Cpu运行参数的调整方法及终端
CN106229003B (zh) * 2016-08-31 2018-09-18 浙江大华技术股份有限公司 一种调整存储设备中散热风扇转速的方法及装置
CN107621982B (zh) * 2017-09-08 2020-09-25 维沃移动通信有限公司 一种调整处理器的性能参数的方法及移动终端
CN108803860A (zh) * 2018-06-26 2018-11-13 联想(北京)有限公司 一种功耗调节方法及电子设备
CN112703714B (zh) * 2018-11-05 2023-05-05 深圳市欢太科技有限公司 应用程序处理方法和装置、计算机设备、计算机可读存储介质
CN110134215B (zh) * 2019-05-24 2021-08-13 广东中兴新支点技术有限公司 数据处理方法、装置、电子设备及可读存储介质
CN111722931A (zh) * 2020-06-24 2020-09-29 龙芯中科技术有限公司 处理器的控制方法、装置、设备及存储介质
CN111831443A (zh) * 2020-07-01 2020-10-27 Oppo广东移动通信有限公司 处理器状态调整方法、装置、存储介质及电子设备
CN112130940B (zh) * 2020-08-25 2023-11-17 北京小米移动软件有限公司 终端的控制方法、装置、存储介质和电子设备

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2224703A1 (fr) * 2009-02-26 2010-09-01 Research In Motion Limited Dispositif de communications sans fil mobile avec une nouvelle altération de la voix et procédés correspondants
CN104346226A (zh) * 2013-08-09 2015-02-11 联想(北京)有限公司 处理器频率控制方法及电子设备
CN109491494A (zh) * 2018-11-26 2019-03-19 北京地平线机器人技术研发有限公司 功率参数的调整方法、装置及强化学习模型训练方法
CN111708642A (zh) * 2020-08-20 2020-09-25 北京爱奇艺智能科技有限公司 Vr系统中处理器性能优化方法、装置及vr设备
CN112667407A (zh) * 2021-01-18 2021-04-16 成都国科微电子有限公司 一种处理器参数调节方法、装置、电子设备及存储介质

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115168059A (zh) * 2022-09-07 2022-10-11 平安银行股份有限公司 系统内核监测方法、装置、终端设备及存储介质
CN115168059B (zh) * 2022-09-07 2022-12-16 平安银行股份有限公司 系统内核监测方法、装置、终端设备及存储介质
CN115374164A (zh) * 2022-10-20 2022-11-22 深圳比特微电子科技有限公司 搜频调速方法、装置和数据处理设备
CN115374164B (zh) * 2022-10-20 2023-04-28 深圳比特微电子科技有限公司 搜频调速方法、装置和数据处理设备
CN115766453A (zh) * 2022-12-07 2023-03-07 中国工商银行股份有限公司 报警系统配置方法、装置、设备、介质及产品
CN115657570A (zh) * 2022-12-23 2023-01-31 深圳曦华科技有限公司 低功耗模式下的芯片智能控制方法、装置及存储介质

Also Published As

Publication number Publication date
CN112667407B (zh) 2023-09-19
CN112667407A (zh) 2021-04-16

Similar Documents

Publication Publication Date Title
WO2022151783A1 (fr) Procédé de réglage de paramètre de processeur, appareil, dispositif électronique et support de stockage
US9704503B2 (en) Command handling method, apparatus, and system
US20120110360A1 (en) Application-specific power management
CN105955876B (zh) 一种数据监控处理方法以及装置
WO2015188581A1 (fr) Procédé et dispositif de commande par l'audio de vibration de moteur
WO2020078206A1 (fr) Procédé et dispositif d'ordonnancement de tâches, terminal et support de stockage
CN105677593A (zh) 芯片存储器写操作时序路径自适应调节方法及装置
CN104485909B (zh) 增益控制方法及装置
JP2008234638A (ja) 処理装置用制御器
WO2016058414A1 (fr) Procédé et dispositif de traitement d'application de terminal
WO2017198112A1 (fr) Procédé et appareil de commutation de fréquence, et support de stockage lisible par ordinateur
CN107016996B (zh) 一种音频数据的处理方法及装置
US20190159111A1 (en) Method for Wireless Fidelity Network Scanning and Terminal Device
EP3282680B1 (fr) Procédé basé sur une action de soufflage pour faire fonctionner un terminal mobile et terminal mobile
CN105549744B (zh) 一种终端屏幕亮度调节方法及装置
WO2012116662A1 (fr) Procédé d'installation de thème et dispositif terminal
US20100146322A1 (en) Method for overclocking central processing unit of computer motherboard
CN111966209A (zh) 基于arm架构的cpu降频系统、方法、装置和介质
CN106453940A (zh) 一种调整音量的方法及装置
CN115994112A (zh) 一种储能协调控制方法、控制器、设备和介质
CN109756960A (zh) 定时器设置方法、装置和物联网系统
WO2016054902A1 (fr) Procédé et appareil de gestion d'horloge d'unité centrale de traitement, et support de stockage
WO2021077263A1 (fr) Procédé et appareil de traitement de journal de consommation d'énergie, dispositif électronique et support d'enregistrement
CN105786443A (zh) 一种频响校正方法、处理芯片及终端设备
CN107562594B (zh) 移动终端的操作系统的测试方法及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21918974

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 11202305462U

Country of ref document: SG

122 Ep: pct application non-entry in european phase

Ref document number: 21918974

Country of ref document: EP

Kind code of ref document: A1