WO2019047708A1 - Resource configuration method and related product - Google Patents

Resource configuration method and related product Download PDF

Info

Publication number
WO2019047708A1
WO2019047708A1 PCT/CN2018/101351 CN2018101351W WO2019047708A1 WO 2019047708 A1 WO2019047708 A1 WO 2019047708A1 CN 2018101351 W CN2018101351 W CN 2018101351W WO 2019047708 A1 WO2019047708 A1 WO 2019047708A1
Authority
WO
WIPO (PCT)
Prior art keywords
scenario
resource
operating system
adjusted
running
Prior art date
Application number
PCT/CN2018/101351
Other languages
French (fr)
Chinese (zh)
Inventor
陈岩
程杰
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Publication of WO2019047708A1 publication Critical patent/WO2019047708A1/en

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 field of mobile terminal technologies, and in particular, to a resource configuration method and related products.
  • the embodiment of the present application provides a resource configuration method and related products, which can improve performance and stability of a shopping application of a mobile terminal during operation.
  • the embodiment of the present application provides a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, and the method includes:
  • the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the embodiment of the present application provides a resource configuration apparatus, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, where the resource configuration device includes a processing unit and a communication unit.
  • the processing unit is configured to control, by the operating system, the scenario data packet sent by the running shopping application by the communication unit, where the scenario data packet includes scenario information of a current running scenario of the shopping application And determining, by the operating system, the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information; and controlling the operating system to determine the to-be-adjusted corresponding to the operating scenario.
  • the adjustment amount of the system resource is adjusted; and the system resource to be adjusted is adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment time length.
  • an embodiment of the present application provides a mobile terminal, including a processor, a memory, a communication interface, and one or more programs, where the one or more programs are stored in the memory, and are configured by The processor executes, the program comprising instructions for performing the steps in any of the methods of the first aspect of the embodiments of the present application.
  • an embodiment of the present application provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes the computer to execute as implemented in the present application.
  • the computer comprises a mobile terminal.
  • an embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to execute Apply some or all of the steps described in any of the methods of the first aspect of the embodiments.
  • the computer program product can be a software installation package, the computer comprising a mobile terminal.
  • the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • 1A is a schematic diagram of a program running space of a smart phone
  • 1B is a system architecture diagram of an Android system
  • FIG. 2 is a schematic flowchart of a resource configuration method according to an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a resource configuration method according to an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a resource configuration method according to an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a mobile terminal according to an embodiment of the present disclosure.
  • FIG. 6 is a block diagram of a functional unit of a mobile terminal disclosed in an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of a smart phone disclosed in an embodiment of the present application.
  • references to "an embodiment” herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application.
  • the appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
  • the mobile terminal involved in the embodiments of the present application may include various handheld devices having wireless communication functions, in-vehicle devices, wearable devices, computing devices, or other processing devices connected to the wireless modem, and various forms of user devices (User Equipment, UE), mobile station (MS), terminal device, and the like.
  • user devices User Equipment, UE
  • MS mobile station
  • terminal device terminal device, and the like.
  • the operating system involved in the embodiments of the present invention is a software system that uniformly manages hardware resources and provides a service interface to users.
  • a mobile terminal such as a smart phone is generally provided with a program running space, and the program running space includes a user space and an operating system space, wherein the user space runs one or more applications, and the one or more applications
  • the program is a third-party application installed on the mobile terminal, and the operating system space runs an operating system with the mobile terminal.
  • the mobile terminal can specifically run the Android Android system, the mobile operating system iOS developed by Apple, etc., and is not limited herein.
  • the mobile terminal runs an Android system as an example, and the corresponding user space includes an application layer in the Android system, and the operating system space may include an application framework layer in the Android system.
  • the application layer includes various types of applications that directly interact with the user, or a service program written in the Java language and running in the background. For example, programs that implement common basic functions on smartphones, such as Short Messaging Service (SMS) text messages, phone dialing, picture browsers, calendars, games, maps, World Wide Web (Web) browsers, etc. Programs, as well as other applications developed by developers.
  • SMS Short Messaging Service
  • the application framework layer provides a set of libraries needed to develop Android applications, which can be used to reuse components, or to extend personalization through inheritance.
  • the system runtime layer is the support of the application framework, providing services for the various components in the Android system.
  • the system runtime layer consists of the system class library and the Android runtime.
  • the Android runtime consists of a core library and a Dalvik virtual machine.
  • the Linux kernel layer is used to implement core functions such as hardware device driver, process and memory management, network protocol stack, power management, and wireless communication.
  • the process created by the third-party application is initially run in the user space.
  • it wants to perform operations such as sending data and reading disk resources on the network, it must call standard interface functions provided by the operating system, such as write and send.
  • the CPU calls the code of the operating system space to complete the user's request operation.
  • third-party applications want to call the functions provided by the operating system and can only call the standard interface functions they provide.
  • the operating system does not know which functions are actually executed by the third-party application, and the third-party application cannot command the operating system to perform special operations.
  • the two are independent of each other, which makes the operating system unable to distinguish the operation of the third-party application.
  • the scenario can only be adapted using a standard set of parameters, and it is not possible to perform targeted performance optimization for the running scenarios of third-party applications.
  • the embodiment of the present application provides a resource configuration method for a shopping application in a third-party application of a mobile terminal, where the operating system receives a scene data packet sent by a running shopping application, and the scenario
  • the data packet includes scenario information of a current running scenario of the shopping application; the operating system determines, according to the scenario information, a system resource to be adjusted corresponding to the running scenario, and an adjustment duration; the operating system determines the corresponding scenario corresponding to the running scenario.
  • the adjustment amount of the system resource to be adjusted the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment duration.
  • Optimizing the performance of the running scenario of the shopping application during the running process by the operating system is beneficial to improve the real-time and accuracy of the performance optimization of the mobile terminal controlling the shopping application.
  • FIG. 2 is a schematic flowchart of a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, as shown in the figure.
  • This resource configuration method includes:
  • the operating system receives a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application.
  • the shopping application is a third-party application installed in the user space of the mobile terminal, such as a Taobao application, a Tmall application, a Jingdong application, etc., can be installed by the user, or can be installed by the developer before the mobile terminal leaves the factory. Pre-installed, there is no single limit here.
  • the scenario data packet may include scenario information of the running shopping application, and may further include at least one of the following: a key performance parameter, a data format identifier, a startup information, a resource update information, an account login information, an interface type information, and a shopping application.
  • the behavior information of the program (such as data transmission behavior information, data reception behavior information, etc.), etc., is not limited here.
  • the format of the scene data packet may be, for example, a Java Object Object Notation (JSON), a protocol buffer (ProtocolBuffer, Protobuf), a custom format, and the like, and is not limited herein.
  • the method before the operating system receives the scenario data packet sent by the running shopping application, the method further includes: the operating system receiving the configuration information sent by the shopping application by using a preset private connection.
  • the configuration information includes the scenario information of the running scenario of the shopping application, the system resource to be adjusted corresponding to the running scenario, and the adjustment duration, where the preset private connection is an inter-process communication connection based on the verification and authorization mechanism.
  • the interprocess communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
  • the operating system receives the configuration information sent by the shopping application through the preset private connection, which can improve the message receiving efficiency and the security of the message transmission.
  • the preset private connection is an inter-process communication connection based on the authentication and authorization mechanism. After the operating system verifies and authorizes the shopping application, a preset private connection can be established with the shopping application.
  • the method before the operating system receives the configuration information sent by the shopping application by using a preset private connection, the method further includes: the operating system receiving a private connection establishment request from the shopping application The private connection establishment request includes an application identifier of the shopping application; and the operating system establishes the preset private connection when detecting that the preset application identifier set includes the application identifier.
  • the private connection establishment request from the application is received through a conventional system interface or a standard interface, where the request includes an application identifier of the shopping application.
  • the shopping application is verified by the application identifier, and when the operating system detects that the application identifier is included in the preset application identifier set, the operating system allocates a data transmission interface for the shopping application, so that a pre-establishment can be established between the operating system and the shopping application.
  • Set up a private connection is a private connection.
  • the preset private connection is a valid preset private connection established between the shopping application and the operating system when the shopping application is running, and the preset private connection is automatically disconnected after the shopping application is not running.
  • the shopping application may include a data collection module, a data sorting module, a priority management module, and a data receiving module, wherein the data receiving module is configured to collect key information of the shopping application at runtime; the data sorting module It is used to organize the collected key information, such as merging duplicate information, deleting redundant information, etc.; the priority management module is used to classify the collected key information according to the importance of key information, and prioritize the key with high priority. Information, filtering key information with lower priority, or reducing the use of lower priority key information during packet generation; data receiving module is used to receive and parse data sent by the operating system and pass it to the shopping application Inside the program.
  • the data receiving module is configured to collect key information of the shopping application at runtime
  • the data sorting module It is used to organize the collected key information, such as merging duplicate information, deleting redundant information, etc.
  • the priority management module is used to classify the collected key information according to the importance of key information, and prioritize the key with high priority. Information, filtering key information with lower priority, or
  • the operating system determines, according to the scenario information, a system resource to be adjusted and an adjustment duration corresponding to the running scenario.
  • the system resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, and a network resource.
  • the network resources include network resources of the data network of the mobile terminal, network resources of the wireless fidelity Wi-Fi network, and control parameter resources of the Bluetooth module.
  • the operating system can communicate with the kernel layer of the operating system space through direct connection communication, and adjust the configuration of the system resource.
  • Direct communication means direct communication through an abstract Application Programming Interface (API).
  • API Application Programming Interface
  • the operating system can communicate with the kernel layer of the operating system space through indirect communication to adjust the configuration of the system resource, and the indirect communication mode refers to indirect communication by calling a proxy service, such as a network.
  • a proxy service such as a network.
  • the Wi-Fi subsystem or the data network subsystem in the resource does not run in the same system as the operating system. It needs to access these system resources indirectly through some proxy methods.
  • the Wi-Fi proxy service is provided in the operating system. The interface of the proxy service is invoked to communicate indirectly with the Wi-Fi subsystem.
  • the operating system determines an adjustment amount of the system resource to be adjusted corresponding to the running scenario.
  • S204 The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information.
  • the amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement.
  • the terminal controls the shopping application for real-time performance and accuracy of performance optimization.
  • the running scenario includes any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, viewing a merchandise detail scenario, a merchandise list sliding scenario, viewing a high-definition photo scene, and a background Database operation scenario.
  • the running scenario may include a login scenario, a chat scene with the customer service, a view of the product details, a sliding scene of the product list, a scene of viewing a high-definition picture, and an operation scene of the background database, which are not limited herein.
  • the running scenarios of the shopping application are classified and identified, and the system resources to be adjusted can be determined according to different running scenarios, and the real-time performance of resource adjustment for the running shopping application is improved.
  • the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, including: the operating system uses the scenario information as a query identifier, and queries the pre-stored
  • the mapping between the scenario information and the system resource to be adjusted and the adjustment duration determines the system resource to be adjusted and the adjustment duration corresponding to the scenario information of the current running scenario.
  • the operating system may determine the to-be-adjusted resource corresponding to the scenario information according to the scenario information of the current running scenario.
  • the system resource to be adjusted is at least one of a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, a network resource, and an IO resource.
  • the shopping application may pre-define the running scenario, and the divided running scenario may serve as a basis for determining the type of system resources that need to be optimally adjusted.
  • the operating system may determine, according to the scenario information in the scenario data packet, an adjustment amount of each type of system resource in the system resource to be adjusted, and then generate a current running scenario of the shopping application according to the adjustment amount of the system resource to be adjusted. Performance improvement strategy.
  • the mobile terminal may determine the system resources to be adjusted and the adjustment duration according to the scenario information.
  • the system resources to be adjusted and the adjustment duration may be different for different scenarios, and may be different for the login scenario and viewing the high-definition image of the product.
  • the system resources to be adjusted and the adjustment duration can be determined by querying the preset mapping relationship, respectively, determining the login system and the system resources to be adjusted and the adjustment duration of the product high-level picture scene.
  • the system resources to be adjusted may be one or more, and may be a combination of resources.
  • the system resource to be adjusted corresponding to the scenario information is determined by querying a mapping relationship between the preset scenario information of the shopping application and the system resource to be adjusted and the adjustment duration.
  • adjusting the duration, the system resource to be adjusted and the adjustment duration can be determined by a simple search algorithm, the delay is low, and the accuracy is high, which is beneficial to improving the real-time and accurate operation optimization of the mobile terminal controlling the shopping application. degree.
  • the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, including: the operating system uses the scenario identifier of the running scenario as a query identifier, and queries a preset. And a mapping relationship between the scenario identifier of the shopping application and the adjustment amount of the system resource to be adjusted, and determining an adjustment amount of the system resource to be adjusted corresponding to the scenario identifier of the running scenario.
  • a scenario identifier may be assigned to each running scenario, and the corresponding running scenario may be determined according to the scenario identifier, where the scenario information may include a scenario identifier.
  • the scenario information includes network speed information of the current running scenario of the shopping application, and the operating system may determine the number of network resources that have been allocated to the shopping application for the currently running scenario. To make the shopping application run more smoothly, the operating system may need to be allocated. The additional network resources, the operating system determines the adjustment amount of the network resource according to the number of network resources and the network speed information of the running scenario, and the performance improvement strategy can be generated according to the adjustment amount.
  • the operating system determines the adjustment amount of the network resource according to the network resource quantity and the network speed information, and may determine, according to the current network speed in the network speed information, how many network speeds need to be upgraded, and then according to the network resource quantity corresponding to the current network speed. Determine the amount of network resources corresponding to the network speed that needs to be upgraded, and thus determine the adjustment amount of the network resources.
  • mapping between the scenario identifier of the shopping application and the adjustment amount of the system resource to be adjusted is pre-stored by the mobile terminal, and the mapping relationship may be obtained by the mobile terminal learning the historical usage record of different running scenarios of the shopping application. .
  • the adjustment amount of the system resource to be adjusted corresponding to the scenario identifier of the running scenario is determined, and it is urgent to adopt a simple
  • the search algorithm is beneficial to improve the real-time and accuracy of the mobile terminal controlling the shopping application for running optimization.
  • the scenario information includes scenario association information of the running scenario, and the operating system determines an adjustment amount of the system resource to be adjusted corresponding to the running scenario, where the operating system acquires The scenario association information of the running scenario, the scenario association information includes a frame rate value of the running scenario; and the operating system determines that the frame rate value is greater than or lower than a preset frame rate value when the operating system detects that the frame rate value is greater than or lower than a preset frame rate value a difference between the frame rate value and the preset frame rate value; the operating system determines an adjustment amount of the system resource to be adjusted according to the difference.
  • the scenario information includes scenario association information of the current running scenario of the shopping application, and the scenario association information includes a frame rate value of the running scenario.
  • the scenario association information includes a frame rate value of the running scenario.
  • a higher frame rate is required, and
  • the difference between the frame rate value and the preset frame rate value may be calculated, and the adjustment amount of the system resource to be adjusted is determined according to the difference.
  • the adjustment amount of the system resource to be adjusted is determined, so that the system resource of the shopping application is adjusted according to the adjustment amount, which is beneficial to improving the running scenario of the shopping application.
  • the frame rate is beneficial to improve the real-time and accuracy of the mobile terminal to control the shopping application for running optimization.
  • the method further includes: the operating system receiving a resource adjustment cancellation request from the shopping application; the operating system responding to the resource adjustment cancellation request, canceling the system according to the to-be-adjusted The adjustment amount of the resource adjusts the system resource to be adjusted.
  • the shopping application may send a resource adjustment cancellation request to the operating system after detecting that the current running scenario has ended or is about to end, and the operating system cancels after receiving the resource adjustment cancellation request. Adjusting the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted.
  • the operating system cancels the system resources allocated to the shopping application in time after receiving the resource adjustment cancellation request sent by the shopping application, thereby avoiding that the system resources are always in a high use state, which is beneficial to reducing the mobile terminal system. Resource usage and power consumption, improving resource utilization and power management efficiency.
  • FIG. 3 is a schematic flowchart of a resource configuration method according to an embodiment of the present disclosure, which is applied to a mobile terminal, where an operating system runs on the mobile terminal.
  • this resource configuration method includes:
  • the operating system receives a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application.
  • the operating system determines, according to the scenario information, a system resource to be adjusted and an adjustment duration corresponding to the running scenario.
  • the operating system acquires scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario.
  • the operating system determines a difference between the frame rate value and the preset frame rate value when detecting that the frame rate value is greater than or lower than a preset frame rate value.
  • the operating system determines, according to the difference, an adjustment amount of the system resource to be adjusted.
  • the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information.
  • the amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement.
  • the terminal controls the shopping application for real-time performance and accuracy of performance optimization.
  • the system resource to be adjusted corresponding to the scenario information of the running scenario is determined by querying a mapping relationship between the scenario information of the shopping application and the system resource to be adjusted and the adjustment duration. Adjusting the duration, only through a simple search algorithm, low latency, high accuracy, is conducive to improve the real-time and accuracy of resource adjustment for the running shopping application.
  • the operating system cancels the system resources allocated to the shopping application in time, thereby avoiding that the system resources are always in a high use state, which is beneficial to reducing the resource occupation of the mobile terminal and the mobile terminal. Power consumption, improve resource utilization and control efficiency.
  • FIG. 4 is a schematic flowchart of a resource configuration method according to an embodiment of the present disclosure, which is applied to a mobile terminal, where the mobile terminal runs.
  • An operating system and one or more shopping applications the operating system including a management module, a plurality of policy modules, and a data connection management module, each policy module for determining an application of the at least one application of the same application type A performance improvement strategy, the shopping application includes a data connection module, the scene data package includes a game application type identifier and a game loading scene identifier of the shopping application, and the scene data package includes a data format identifier.
  • the resource configuration method includes:
  • the operating system receives a private connection establishment request from the shopping application, and the private connection establishment request includes an application identifier of the shopping application.
  • the operating system establishes the preset private connection when detecting that the preset application identifier set includes the application identifier.
  • the operating system receives, by using the preset private connection, a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application.
  • the operating system determines, according to the scenario information, a system resource to be adjusted and an adjustment duration corresponding to the running scenario.
  • S405 The operating system acquires scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario.
  • the operating system determines a difference between the frame rate value and the preset frame rate value when detecting that the frame rate value is greater than or lower than a preset frame rate value.
  • the operating system determines, according to the difference, an adjustment amount of the system resource to be adjusted.
  • the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information.
  • the amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement.
  • the terminal controls the shopping application for real-time performance and accuracy of performance optimization.
  • the system resource to be adjusted corresponding to the scenario information of the running scenario is determined by querying a mapping relationship between the scenario information of the shopping application and the system resource to be adjusted and the adjustment duration. Adjusting the duration, only through a simple search algorithm, low latency, high accuracy, is conducive to improve the real-time and accuracy of resource adjustment for the running shopping application.
  • the operating system cancels the system resources allocated to the shopping application in time, thereby avoiding that the system resources are always in a high use state, which is beneficial to reducing the resource occupation of the mobile terminal and the mobile terminal. Power consumption, improve resource utilization and control efficiency.
  • FIG. 5 is a schematic structural diagram of a mobile terminal according to an embodiment of the present application.
  • the mobile terminal runs one or more An application and an operating system, as shown, the mobile terminal includes a processor, a memory, a communication interface, and one or more programs, wherein the one or more programs are different from the one or more applications, and The one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
  • the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  • the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information.
  • the amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement.
  • the terminal controls the shopping application for real-time performance and accuracy of performance optimization.
  • the running scenario includes any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, viewing a merchandise detail scenario, a merchandise list sliding scenario, viewing a high-definition photo scene, and a background Database operation scenario.
  • the instructions in the program are specifically configured to: perform the following operations:
  • the operating system uses the scenario information as a query identifier to query the mapping relationship between the pre-stored scenario information and the system resource to be adjusted and the adjustment duration, and determines the system resources and adjustments to be adjusted corresponding to the scenario information of the current running scenario. duration.
  • the instructions in the program are further used to perform control of the operating system to receive the preset by using a preset private connection.
  • the configuration information sent by the shopping application includes scenario information of an operation scenario of the shopping application, and a system resource to be adjusted and an adjustment duration corresponding to the operation scenario, where the preset private connection is based on verification and
  • An inter-process communication connection of the authorization mechanism includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
  • the instructions in the program are further used to perform control of the operating system to receive the shopping application.
  • a private connection establishment request of the program the private connection establishment request including an application identifier of the shopping application; and controlling the operating system to establish the pre-determination when detecting that the application identifier is included in a preset application identifier set Set up a private connection.
  • the scenario information includes a scenario identifier of the running scenario
  • the operating system determines, in the program, an adjustment amount of the system resource to be adjusted corresponding to the running scenario.
  • the command is specifically configured to: control the operating system to use the scenario identifier of the running scenario as a query identifier, and query a preset scenario identifier of the shopping application and an adjustment amount of the system resource to be adjusted.
  • the mapping relationship determines the adjustment amount of the system resource to be adjusted corresponding to the scenario identifier of the running scenario.
  • the scenario information includes scenario association information of the running scenario, where the scenario information includes the operating system determining an adjustment amount of the system resource to be adjusted corresponding to the running scenario
  • the instructions in the program are specifically configured to: control the operating system to acquire scene association information of the running scenario, the scenario association information includes a frame rate value of the running scenario; and control the operating system to And determining, when the frame rate value is greater than or lower than the preset frame rate value, determining a difference between the frame rate value and the preset frame rate value; and controlling the operating system to determine according to the difference The amount of adjustment of the system resource to be adjusted.
  • the instructions in the program are further configured to: control the operating system to receive a resource adjustment cancellation request from the shopping application; and control the operating system to respond to the resource adjustment cancellation And requesting, canceling, adjusting the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted.
  • the resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, and a network resource.
  • the mobile terminal includes corresponding hardware structures and/or software modules for performing the respective functions in order to implement the functions.
  • the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
  • the embodiment of the present application may divide a functional unit into a mobile terminal according to the method example.
  • each functional unit may be divided according to each function, or two or more functions may be integrated into one processing unit.
  • the integrated unit can be implemented in the form of hardware or in the form of a software functional unit. It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logical function division. In actual implementation, there may be another division manner.
  • FIG. 6 shows a block diagram of one possible functional unit composition of the resource configuration apparatus involved in the embodiment.
  • the resource configuration device 600 is applied to a mobile terminal on which an operating system and one or more applications are run.
  • the resource configuration device 600 includes a processing unit 602 and a communication unit 603.
  • the processing unit 602 is configured to perform control management on the action of the resource configuration apparatus.
  • the processing unit 602 is configured to support the resource configuration apparatus to perform steps S201-S203 in FIG. 2, steps S301-S306 in FIG. 3, and steps in FIG. S401-S408 and/or other processes for the techniques described herein.
  • the resource configuration device may further include a storage unit 601 for storing program codes and data.
  • the processing unit 602 is configured to control the operating system to receive, by using the communication unit 603, a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application. And determining, by the operating system, the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information; and controlling the operating system to determine the to-be-adjusted corresponding to the operating scenario.
  • the adjustment amount of the system resource is adjusted; and the system resource to be adjusted is adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment time length.
  • the running scenario includes any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, viewing a merchandise detail scenario, a merchandise list sliding scenario, viewing a high-definition photo scene, and a background Database operation scenario.
  • the processing unit 602 is specifically configured to: control the operating system to use the operating system to determine the system resource to be adjusted and the adjustment duration according to the scenario information.
  • the scenario information is a query identifier, and the mapping relationship between the pre-stored scenario information and the system resource to be adjusted and the adjustment duration is queried, and the system resources to be adjusted and the adjustment duration corresponding to the scenario information of the current running scenario are determined.
  • the processing unit 602 before the operating system receives the scene data packet sent by the running shopping application, the processing unit 602 is further configured to control the operating system to receive the shopping application sending by using a preset private connection.
  • the configuration information includes the scenario information of the running scenario of the shopping application and the system resource and the adjustment duration to be adjusted corresponding to the running scenario, where the preset private connection is a process based on the verification and authorization mechanism
  • the inter-process communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
  • the processing unit 602 before the operating system receives the configuration information sent by the shopping application by using a preset private connection, is further configured to control the operating system to receive the private from the shopping application. a connection establishment request, where the private connection establishment request includes an application identifier of the shopping application; and controlling the operating system to establish the preset private connection when detecting that the preset application identifier set includes the application identifier .
  • the scenario information includes a scenario identifier of the running scenario
  • the processing unit 602 is specific to the operating system determining an adjustment amount of the system resource to be adjusted corresponding to the running scenario.
  • the method is configured to: control, by the operating system, the scenario identifier of the running scenario as a query identifier, and query a mapping relationship between a preset scenario identifier of the shopping application and an adjustment amount of the system resource to be adjusted, and determine The scenario identifier of the running scenario corresponds to the adjustment amount of the system resource to be adjusted.
  • the scenario information includes scenario association information of the running scenario, where the scenario information includes the operating system determining an adjustment amount of the system resource to be adjusted corresponding to the running scenario
  • the processing unit 602 is specifically configured to: control the operating system to acquire scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario; and control the operating system to detect the Determining a difference between the frame rate value and the preset frame rate value when a frame rate value is greater than or lower than a preset frame rate value; and controlling the operating system to determine the to-be adjusted according to the difference The amount of adjustment of system resources.
  • the processing unit 602 is further configured to control the operating system to receive a resource adjustment cancellation request from the shopping application; and control the operating system to respond to the resource adjustment cancellation request, cancel the The adjustment amount of the system resource that is to be adjusted adjusts the system resource to be adjusted.
  • the resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, and a network resource.
  • the processing unit 602 may be a processor or a controller
  • the communication unit 603 may be an internal communication interface between the processor and the program running space, such as a communication interface between the processor and the operating system space, or a communication between the processor and the user space.
  • the interface or the like, the storage unit 601 may be a memory.
  • FIG. 7 is a schematic structural diagram of a smart phone 700.
  • the smart phone 700 includes a housing 710, a touch display screen 720, a main board 730, a battery 740, and a sub-board 750.
  • the main board 730 is provided with a front camera 731, a processor 732, a memory 733, a power management chip 734, and the like.
  • the sub board is provided with a vibrator 751, an integrated sound chamber 752, a VOOC flash charging interface 753, and a fingerprint recognition module 754.
  • the smart phone includes a shopping application and an operating system, the shopping application runs in a user space, the operating system runs in an operating system space, and the operating system includes an operating system.
  • the operating system receives the scenario data packet sent by the running shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application; the operating system determines the system resource to be adjusted corresponding to the running scenario and the adjustment duration according to the scenario information; The system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario; the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted in the adjustment period corresponding to the adjustment duration.
  • the processor 732 is a control center of the smartphone, and connects various parts of the entire smartphone by using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 733, and calling the storage in the memory 733.
  • the processor 732 may include one or more processing units; preferably, the processor 732 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like.
  • the modem processor primarily handles wireless communications. It will be appreciated that the modem processor may also not be integrated into the processor 732.
  • the processor 732 can be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), and field programmable. Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof. It is possible to implement or carry out the various illustrative logical blocks, modules and circuits described in connection with the present disclosure.
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the memory 733 can be used to store software programs and modules, and the processor 732 executes various functional applications and data processing of the smartphone by running software programs and modules stored in the memory 733.
  • the memory 733 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the smartphone, and the like.
  • the memory 733 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • the memory 733 can be, for example, a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory (EPROM), and an electrically erasable memory.
  • RAM random access memory
  • ROM read only memory
  • EPROM erasable programmable read only memory
  • EEPROM Electrically erasable memory.
  • registers hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art.
  • the embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to execute part or all of any of the methods described in the method embodiment.
  • the computer includes a mobile terminal.
  • the embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to execute as described in the method embodiment Part or all of the steps of either method.
  • the computer program product can be a software installation package, the computer comprising a mobile terminal.
  • the disclosed apparatus may be implemented in other ways.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or may be Integrate into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical or otherwise.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable memory.
  • a computer readable memory A number of instructions are included to cause a computer device (which may be a personal computer, server or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.
  • the foregoing memory includes: a U disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, and the like, which can store program codes.
  • ROM Read-Only Memory
  • RAM Random Access Memory

Abstract

Disclosed in an embodiment of the present application are a resource configuration method and a related product. The method comprises: an operating system of a mobile terminal receiving a scenario data packet that is sent by a currently running shopping application program, the scenario data packet comprising scenario information of a currently running scenario of the shopping application program and a system resource to be regulated; the operating system generating a performance improvement policy of the running scenario according to the scenario information and the system resource to be regulated; the operating system regulating the allocation of system resources of the shopping application program according to the performance improvement policy. The embodiment of the present application is beneficial in improving real time performance and accuracy in a mobile terminal controlling a shopping application program to carry out performance optimization.

Description

资源配置方法及相关产品Resource allocation method and related products 技术领域Technical field
本申请涉及移动终端技术领域,具体涉及资源配置方法及相关产品。The present application relates to the field of mobile terminal technologies, and in particular, to a resource configuration method and related products.
背景技术Background technique
随着智能手机相关技术的快速发展,越来越多的应用被安装在用户手机中,如阅读类应用、支付类应用、游戏类应用、音乐类应用等,人们的衣食住行已经与手机密不可分。With the rapid development of smart phone related technologies, more and more applications are installed in user mobile phones, such as reading applications, payment applications, game applications, music applications, etc., people's clothing, food and shelter have been inseparable from mobile phones.
发明内容Summary of the invention
本申请实施例提供了资源配置方法及相关产品,可以提高移动终端的购物应用程序在运行过程中的性能和稳定性。The embodiment of the present application provides a resource configuration method and related products, which can improve performance and stability of a shopping application of a mobile terminal during operation.
第一方面,本申请实施例提供一种资源配置方法,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述方法包括:In a first aspect, the embodiment of the present application provides a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, and the method includes:
所述操作系统接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息;Receiving, by the operating system, a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application;
所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;Determining, by the operating system, the system resources to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information;
所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;Determining, by the operating system, an adjustment amount of the system resource to be adjusted corresponding to the running scenario;
所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
第二方面,本申请实施例提供一种资源配置装置,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述资源配置装置包括处理单元和通信单元,In a second aspect, the embodiment of the present application provides a resource configuration apparatus, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, where the resource configuration device includes a processing unit and a communication unit.
所述处理单元,用于控制所述操作系统通过所述通信单元接收正在运行的所述购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息;以及用于控制所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;以及用于控制所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;以及用于控制所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The processing unit is configured to control, by the operating system, the scenario data packet sent by the running shopping application by the communication unit, where the scenario data packet includes scenario information of a current running scenario of the shopping application And determining, by the operating system, the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information; and controlling the operating system to determine the to-be-adjusted corresponding to the operating scenario. The adjustment amount of the system resource is adjusted; and the system resource to be adjusted is adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment time length.
第三方面,本申请实施例提供一种移动终端,包括处理器、存储器、通信接口以及一个或多个程序,其中,所述一个或多个程序被存储在所述存储器中,并且被配置由所述处理器执行,所述程序包括用于执行本申请实施例第一方面任一方法中的步骤的指令。In a third aspect, an embodiment of the present application provides a mobile terminal, including a processor, a memory, a communication interface, and one or more programs, where the one or more programs are stored in the memory, and are configured by The processor executes, the program comprising instructions for performing the steps in any of the methods of the first aspect of the embodiments of the present application.
第四方面,本申请实施例提供了一种计算机可读存储介质,其中,所述计算机可读存储介质存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如本申请实施例第一方面任一方法中所描述的部分或全部步骤,所述计算机包括移动终端。In a fourth aspect, an embodiment of the present application provides a computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes the computer to execute as implemented in the present application. In some or all of the steps described in any of the methods of the first aspect, the computer comprises a mobile terminal.
第五方面,本申请实施例提供了一种计算机程序产品,其中,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如本申请实施例第一方面任一方法中所描述的部分或全部步骤。该计算机程序产品可以为一个软件安装包,所述计算机包括移动终端。In a fifth aspect, an embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to execute Apply some or all of the steps described in any of the methods of the first aspect of the embodiments. The computer program product can be a software installation package, the computer comprising a mobile terminal.
可以看出,本申请实施例中,移动终端的操作系统空间的操作系统首先正在运行的购 物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息,其次,操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,然后,操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,最后,操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。It can be seen that, in the embodiment of the present application, the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
附图说明DRAWINGS
下面将对本申请实施例所涉及到的附图作简单地介绍。The drawings referred to in the embodiments of the present application will be briefly described below.
图1A是一种智能手机的程序运行空间的示意图;1A is a schematic diagram of a program running space of a smart phone;
图1B是一种安卓系统的系统架构图;1B is a system architecture diagram of an Android system;
图2是本申请实施例提供的一种资源配置方法的流程示意图;2 is a schematic flowchart of a resource configuration method according to an embodiment of the present application;
图3是本申请实施例公开的一种资源配置方法的流程示意图;3 is a schematic flowchart of a resource configuration method according to an embodiment of the present application;
图4是本申请实施例公开的一种资源配置方法的流程示意图;4 is a schematic flowchart of a resource configuration method according to an embodiment of the present application;
图5是本申请实施例公开的一种移动终端的结构示意图;FIG. 5 is a schematic structural diagram of a mobile terminal according to an embodiment of the present disclosure;
图6是本申请实施例公开的一种移动终端的功能单元组成框图;6 is a block diagram of a functional unit of a mobile terminal disclosed in an embodiment of the present application;
图7是本申请实施例公开的一种智能手机的结构示意图。FIG. 7 is a schematic structural diagram of a smart phone disclosed in an embodiment of the present application.
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The technical solutions in the embodiments of the present application are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present application. It is a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope are the scope of the present application.
本申请的说明书和权利要求书及所述附图中的术语“第一”、“第二”等是用于区别不同对象,而不是用于描述特定顺序。此外,术语“包括”和“具有”以及它们任何变形,意图在于覆盖不排他的包含。例如包含了一系列步骤或单元的过程、方法、系统、产品或设备没有限定于已列出的步骤或单元,而是可选地还包括没有列出的步骤或单元,或可选地还包括对于这些过程、方法、产品或设备固有的其他步骤或单元。The terms "first", "second" and the like in the specification and claims of the present application and the drawings are used to distinguish different objects, and are not intended to describe a particular order. Furthermore, the terms "comprises" and "comprising" and "comprising" are intended to cover a non-exclusive inclusion. For example, a process, method, system, product, or device that comprises a series of steps or units is not limited to the listed steps or units, but optionally also includes steps or units not listed, or, optionally, Other steps or units inherent to these processes, methods, products, or equipment.
在本文中提及“实施例”意味着,结合实施例描述的特定特征、结构或特性可以包含在本申请的至少一个实施例中。在说明书中的各个位置出现该短语并不一定均是指相同的实施例,也不是与其它实施例互斥的独立的或备选的实施例。本领域技术人员显式地和隐式地理解的是,本文所描述的实施例可以与其它实施例相结合。References to "an embodiment" herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application. The appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
本申请实施例所涉及到的移动终端可以包括各种具有无线通信功能的手持设备、车载设备、可穿戴设备、计算设备或连接到无线调制解调器的其他处理设备,以及各种形式的用户设备(User Equipment,UE),移动台(Mobile Station,MS),终端设备(terminal device)等等。为方便描述,上面提到的设备统称为移动终端。本发明实施例所涉及到的操作系统是对硬件资源进行统一管理,并向用户提供业务接口的软件系统。The mobile terminal involved in the embodiments of the present application may include various handheld devices having wireless communication functions, in-vehicle devices, wearable devices, computing devices, or other processing devices connected to the wireless modem, and various forms of user devices (User Equipment, UE), mobile station (MS), terminal device, and the like. For convenience of description, the devices mentioned above are collectively referred to as mobile terminals. The operating system involved in the embodiments of the present invention is a software system that uniformly manages hardware resources and provides a service interface to users.
如图1A所示,目前智能手机等移动终端一般设置有程序运行空间,该程序运行空间包括用户空间和操作系统空间,其中,用户空间运行有一个或多个应用程序,该一个或多个应用程序为移动终端安装的第三方应用程序,操作系统空间运行有移动终端的操作系统。该移动终端具体可以运行安卓Android系统、苹果公司开发的移动操作系统iOS等,此处不做唯一限定。如图1B所示,以所述移动终端运行有Android系统为例,对应的用户空间包括该Android系统中的应用层(Applications),操作系统空间可以包括该Android系统中的应用程序框架层(Application Framework)、系统运行库层(包括系统运行库层Libraries 和Android运行时Android Runtime)、Linux内核层(Linux Kernel)。其中,应用层上包括各类与用户直接交互的应用程序,或由Java语言编写的运行于后台的服务程序。例如,智能手机上实现的常见基本功能的程序,诸如短消息业务(Short Messaging Service,SMS)短信,电话拨号,图片浏览器,日历,游戏,地图,万维网(World Wide Web,Web)浏览器等程序,以及开发人员开发的其他应用程序。应用程序框架层提供开发Android应用程序所需的一系列类库,能够用于重用组件,也可以通过继承实现个性化的扩展。系统运行库层是应用程序框架的支撑,为Android系统中的各个组件提供服务。系统运行库层由系统类库和Android运行时构成。Android运行时包含核心库和Dalvik虚拟机两部分。Linux内核层用于实现硬件设备驱动,进程和内存管理,网络协议栈,电源管理,无线通信等核心功能。As shown in FIG. 1A, a mobile terminal such as a smart phone is generally provided with a program running space, and the program running space includes a user space and an operating system space, wherein the user space runs one or more applications, and the one or more applications The program is a third-party application installed on the mobile terminal, and the operating system space runs an operating system with the mobile terminal. The mobile terminal can specifically run the Android Android system, the mobile operating system iOS developed by Apple, etc., and is not limited herein. As shown in FIG. 1B , the mobile terminal runs an Android system as an example, and the corresponding user space includes an application layer in the Android system, and the operating system space may include an application framework layer in the Android system. Framework), system runtime layer (including system runtime layer Libraries and Android runtime Android Runtime), Linux kernel layer (Linux Kernel). The application layer includes various types of applications that directly interact with the user, or a service program written in the Java language and running in the background. For example, programs that implement common basic functions on smartphones, such as Short Messaging Service (SMS) text messages, phone dialing, picture browsers, calendars, games, maps, World Wide Web (Web) browsers, etc. Programs, as well as other applications developed by developers. The application framework layer provides a set of libraries needed to develop Android applications, which can be used to reuse components, or to extend personalization through inheritance. The system runtime layer is the support of the application framework, providing services for the various components in the Android system. The system runtime layer consists of the system class library and the Android runtime. The Android runtime consists of a core library and a Dalvik virtual machine. The Linux kernel layer is used to implement core functions such as hardware device driver, process and memory management, network protocol stack, power management, and wireless communication.
所述第三方应用程序所创建的进程一开始是运行在用户空间的,当它要执行网络发送数据、读取磁盘资源等动作时,必须通过调用write、send等由操作系统提供的标准接口函数来完成,即由CPU调用操作系统空间的代码来完成用户的请求操作。可见,第三方应用程序想要调用操作系统提供的功能,只能调用其提供的标准接口函数。同时,操作系统不知道第三方应用程序具体在执行哪些功能,第三方应用程序也不能命令操作系统执行特殊的操作,这两者是相互独立的,这使得操作系统无法区分第三方应用程序的运行场景,只能使用一套标准的参数去适配,无法针对第三方应用程序的运行场景进行针对性的性能优化。The process created by the third-party application is initially run in the user space. When it wants to perform operations such as sending data and reading disk resources on the network, it must call standard interface functions provided by the operating system, such as write and send. To complete, that is, the CPU calls the code of the operating system space to complete the user's request operation. It can be seen that third-party applications want to call the functions provided by the operating system and can only call the standard interface functions they provide. At the same time, the operating system does not know which functions are actually executed by the third-party application, and the third-party application cannot command the operating system to perform special operations. The two are independent of each other, which makes the operating system unable to distinguish the operation of the third-party application. The scenario can only be adapted using a standard set of parameters, and it is not possible to perform targeted performance optimization for the running scenarios of third-party applications.
针对所述情况,本申请实施例提出一种针对移动终端的第三方应用程序中的购物应用程序的资源配置方法,该方法中,操作系统接收正在运行的购物应用程序发送的场景数据包,场景数据包包括所述购物应用程序当前的运行场景的场景信息;操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。实现由操作系统针对购物应用程序在运行过程中的运行场景的性能进行优化,有利于提高移动终端控制购物应用程序进行性能优化的实时性和精确度。For the above situation, the embodiment of the present application provides a resource configuration method for a shopping application in a third-party application of a mobile terminal, where the operating system receives a scene data packet sent by a running shopping application, and the scenario The data packet includes scenario information of a current running scenario of the shopping application; the operating system determines, according to the scenario information, a system resource to be adjusted corresponding to the running scenario, and an adjustment duration; the operating system determines the corresponding scenario corresponding to the running scenario. The adjustment amount of the system resource to be adjusted; the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment duration. Optimizing the performance of the running scenario of the shopping application during the running process by the operating system is beneficial to improve the real-time and accuracy of the performance optimization of the mobile terminal controlling the shopping application.
下面结合附图对本申请实施例进行介绍。The embodiments of the present application are described below with reference to the accompanying drawings.
请参阅图2,图2是本申请实施例提供了一种资源配置方法的流程示意图,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,如图所示,本资源配置方法包括:Referring to FIG. 2, FIG. 2 is a schematic flowchart of a resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, as shown in the figure. This resource configuration method includes:
S201,所述操作系统接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息。S201. The operating system receives a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application.
其中,购物应用程序为安装在移动终端的用户空间的第三方应用程序,例如淘宝应用程序,天猫应用程序,京东应用程序等等,可以由用户安装,也可以由开发人员在移动终端出厂前预装,此处不做唯一限定。The shopping application is a third-party application installed in the user space of the mobile terminal, such as a Taobao application, a Tmall application, a Jingdong application, etc., can be installed by the user, or can be installed by the developer before the mobile terminal leaves the factory. Pre-installed, there is no single limit here.
其中,场景数据包可以包括正在运行的购物应用程序的场景信息,还可以包括以下至少一种:关键性能参数、数据格式标识、启动信息、资源更新信息、账号登陆信息、界面类型信息、购物应用程序的行为信息(如数据发送行为信息、数据接收行为信息等)等,此处不做唯一限定。此外,场景数据包的格式例如可以是Java脚本对象标记(JavaScript Object Notation,JSON)、协议缓冲区(ProtocolBuffer,Protobuf)、自定义格式等数据传输格式,此处不做唯一限定。The scenario data packet may include scenario information of the running shopping application, and may further include at least one of the following: a key performance parameter, a data format identifier, a startup information, a resource update information, an account login information, an interface type information, and a shopping application. The behavior information of the program (such as data transmission behavior information, data reception behavior information, etc.), etc., is not limited here. In addition, the format of the scene data packet may be, for example, a Java Object Object Notation (JSON), a protocol buffer (ProtocolBuffer, Protobuf), a custom format, and the like, and is not limited herein.
在一个可能的示例中,所述操作系统接收正在运行的购物应用程序发送的场景数据包之前,所述方法还包括:所述操作系统通过预设私有连接接收所述购物应用程序发送的配 置信息,所述配置信息包括所述购物应用程序的运行场景的场景信息和所述运行场景对应的待调整的系统资源和调整时长,所述预设私有连接为基于验证和授权机制的进程间通信连接,所述进程间通信连接至少包括以下任意一种:套接字socket、建立管道pipe、命名管FIFO、共享内存share memory、共享文件。In one possible example, before the operating system receives the scenario data packet sent by the running shopping application, the method further includes: the operating system receiving the configuration information sent by the shopping application by using a preset private connection. The configuration information includes the scenario information of the running scenario of the shopping application, the system resource to be adjusted corresponding to the running scenario, and the adjustment duration, where the preset private connection is an inter-process communication connection based on the verification and authorization mechanism. The interprocess communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
其中,操作系统通过预设私有连接接收购物应用程序发送的配置信息,可以提高消息接收效率和消息传输的安全性。The operating system receives the configuration information sent by the shopping application through the preset private connection, which can improve the message receiving efficiency and the security of the message transmission.
其中,预设私有连接为基于验证和授权机制的进程间通信连接,操作系统对购物应用程序进行验证和授权后,即可与购物应用程序之间建立预设私有连接。The preset private connection is an inter-process communication connection based on the authentication and authorization mechanism. After the operating system verifies and authorizes the shopping application, a preset private connection can be established with the shopping application.
在一个可能的示例中,所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息之前,所述方法还包括:所述操作系统接收来自所述购物应用程序的私有连接建立请求,所述私有连接建立请求包括所述购物应用程序的应用标识;所述操作系统在检测到预设的应用标识集合中包含所述应用标识时,建立所述预设私有连接。In one possible example, before the operating system receives the configuration information sent by the shopping application by using a preset private connection, the method further includes: the operating system receiving a private connection establishment request from the shopping application The private connection establishment request includes an application identifier of the shopping application; and the operating system establishes the preset private connection when detecting that the preset application identifier set includes the application identifier.
其中,在操作系统通过预设的私有连接接收购物应用程序发送的配置信息之前,先通过常规的系统接口或者标准接口接收来自应用程序的私有连接建立请求,该请求包括购物应用程序的应用标识,通过该应用标识对购物应用程序进行验证,操作系统在检测到预设的应用标识集合中包含该应用标识时,为购物应用程序分配数据传输接口,使得操作系统和购物应用程序之间可以建立预设私有连接。Before the operating system receives the configuration information sent by the shopping application through the preset private connection, the private connection establishment request from the application is received through a conventional system interface or a standard interface, where the request includes an application identifier of the shopping application. The shopping application is verified by the application identifier, and when the operating system detects that the application identifier is included in the preset application identifier set, the operating system allocates a data transmission interface for the shopping application, so that a pre-establishment can be established between the operating system and the shopping application. Set up a private connection.
其中,所述预设私有连接为购物应用程序正在运行时,购物应用程序与操作系统之间建立的有效的预设私有连接,购物应用程序不在运行后,该预设私有连接会自动断开。The preset private connection is a valid preset private connection established between the shopping application and the operating system when the shopping application is running, and the preset private connection is automatically disconnected after the shopping application is not running.
在本可能的示例中,购物应用程序可以包括数据收集模块、数据整理模块、优先级管理模块、数据接收模块,其中,数据接收模块用于收集购物应用程序在运行时的关键信息;数据整理模块用于整理收集到的关键信息,如合并重复的信息,删除冗余的信息等;优先级管理模块用于根据关键信息的重要程度对收集到的关键信息进行分类,优先处理优先级高的关键信息,过滤优先级较低的关键信息,或者在数据包生成过程中减少优先级较低的关键信息的使用;数据接收模块用于接收并解析操作系统发送的数据,并将其传递给购物应用程序内部。In this possible example, the shopping application may include a data collection module, a data sorting module, a priority management module, and a data receiving module, wherein the data receiving module is configured to collect key information of the shopping application at runtime; the data sorting module It is used to organize the collected key information, such as merging duplicate information, deleting redundant information, etc.; the priority management module is used to classify the collected key information according to the importance of key information, and prioritize the key with high priority. Information, filtering key information with lower priority, or reducing the use of lower priority key information during packet generation; data receiving module is used to receive and parse data sent by the operating system and pass it to the shopping application Inside the program.
S202,所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长。S202, the operating system determines, according to the scenario information, a system resource to be adjusted and an adjustment duration corresponding to the running scenario.
其中,系统资源包括所述移动终端的以下资源中的至少一种:CPU资源、GPU资源、内存带宽资源、磁盘资源、网络资源。其中,网络资源包括移动终端的数据网络的网络资源、无线保真Wi-Fi网络的网络资源、蓝牙模块的控制参数资源等。The system resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, and a network resource. The network resources include network resources of the data network of the mobile terminal, network resources of the wireless fidelity Wi-Fi network, and control parameter resources of the Bluetooth module.
其中,在所述系统资源为CPU资源、GPU资源内存带宽资源、磁盘资源中的至少一种时,操作系统可以通过直连通信方式与操作系统空间的内核层通信,调整该系统资源的配置,直连通信方式是指通过抽象的应用程序编程接口(Application Programming Interface,API)直接通信。When the system resource is at least one of a CPU resource, a GPU resource memory bandwidth resource, and a disk resource, the operating system can communicate with the kernel layer of the operating system space through direct connection communication, and adjust the configuration of the system resource. Direct communication means direct communication through an abstract Application Programming Interface (API).
其中,在所述系统资源为网络资源时,操作系统可以通过间接通信方式与操作系统空间的内核层通信,调整该系统资源的配置,间接通信方式是指通过调用代理服务来间接通信,如网络资源中的Wi-Fi子系统或者数据网络子系统与操作系统不运行在同一个系统内,需要通过一些代理的方式,间接访问这些系统资源,操作系统中提供了Wi-Fi的代理服务,通过调用该代理服务的接口来间接和Wi-Fi子系统通信。Wherein, when the system resource is a network resource, the operating system can communicate with the kernel layer of the operating system space through indirect communication to adjust the configuration of the system resource, and the indirect communication mode refers to indirect communication by calling a proxy service, such as a network. The Wi-Fi subsystem or the data network subsystem in the resource does not run in the same system as the operating system. It needs to access these system resources indirectly through some proxy methods. The Wi-Fi proxy service is provided in the operating system. The interface of the proxy service is invoked to communicate indirectly with the Wi-Fi subsystem.
S203,所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量。S203. The operating system determines an adjustment amount of the system resource to be adjusted corresponding to the running scenario.
S204,所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。S204: The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
可以看出,本申请实施例中,移动终端的操作系统空间的操作系统首先正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息,其次,操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,然后,操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,最后,操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。由于场景数据包包括购物应用程序的场景信息,且场景数据包由正在运行的购物应用程序发送,操作系统能够根据场景信息精确细化确定购物应用程序的当前的运行场景的待调整的系统资源的调整量,并由操作系统在调整时长内根据待调整的系统资源的调整量调整待调整的系统资源,实现了由操作系统对运行过程中的购物应用程序进行实时的性能优化,有利于提高移动终端控制购物应用程序进行性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration. Since the scene data package includes scene information of the shopping application, and the scene data package is sent by the running shopping application, the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information. The amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement. The terminal controls the shopping application for real-time performance and accuracy of performance optimization.
在一个可能的示例中,所述运行场景包括所述购物应用程序的以下场景中的任意一种:登陆场景、与客服聊天场景、查看商品详情场景、商品列表滑动场景、查看高清图片场景、后台数据库操作场景。In one possible example, the running scenario includes any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, viewing a merchandise detail scenario, a merchandise list sliding scenario, viewing a high-definition photo scene, and a background Database operation scenario.
其中,针对购物应用程序,运行场景可以包括登陆场景、与客服聊天场景、查看商品详情场景、商品列表滑动场景、查看高清图片场景、后台数据库操作场景,此处不做唯一限定。For the shopping application, the running scenario may include a login scenario, a chat scene with the customer service, a view of the product details, a sliding scene of the product list, a scene of viewing a high-definition picture, and an operation scene of the background database, which are not limited herein.
可见,本示例中,将购物应用程序的运行场景进行分类和标识,可根据不同的运行场景确定待调整的系统资源,提高针对运行中的购物应用程序进行资源调整的实时性。It can be seen that in this example, the running scenarios of the shopping application are classified and identified, and the system resources to be adjusted can be determined according to different running scenarios, and the real-time performance of resource adjustment for the running shopping application is improved.
在一个可能的示例中,所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,包括:所述操作系统以所述场景信息为查询标识,查询预存的场景信息与待调整的系统资源和调整时长之间的映射关系,确定所述当前的运行场景的场景信息对应的待调整的系统资源和调整时长。In one possible example, the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, including: the operating system uses the scenario information as a query identifier, and queries the pre-stored The mapping between the scenario information and the system resource to be adjusted and the adjustment duration determines the system resource to be adjusted and the adjustment duration corresponding to the scenario information of the current running scenario.
其中,操作系统可根据当前的运行场景的场景信息,确定该场景信息对应的待调整资源。待调整的系统资源为CPU资源、GPU资源、内存带宽资源、磁盘资源、网络资源、IO资源中的至少一种。The operating system may determine the to-be-adjusted resource corresponding to the scenario information according to the scenario information of the current running scenario. The system resource to be adjusted is at least one of a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, a network resource, and an IO resource.
其中,购物应用程序可以对运行场景预先进行划分,该划分的运行场景可以作为确定需要优化调整的系统资源的类型的依据。The shopping application may pre-define the running scenario, and the divided running scenario may serve as a basis for determining the type of system resources that need to be optimally adjusted.
其中,操作系统可以根据场景数据包中的场景信息确定待调整的系统资源中的每种类型的系统资源的调整量,再根据所述待调整的系统资源的调整量生成购物应用程序当前运行场景的性能提升策略。The operating system may determine, according to the scenario information in the scenario data packet, an adjustment amount of each type of system resource in the system resource to be adjusted, and then generate a current running scenario of the shopping application according to the adjustment amount of the system resource to be adjusted. Performance improvement strategy.
其中,移动终端根据场景信息可确定待调整的系统资源以及调整时长,例如,针对不同的场景,待调整的系统资源以及调整时长可能不同,对于登录场景和查看商品高清图片场景,可能对应有不同的待调整的系统资源和调整时长,可通过查询预设的映射关系,分别确定登陆场景和查看商品高平图片场景的待调整的系统资源和调整时长。The mobile terminal may determine the system resources to be adjusted and the adjustment duration according to the scenario information. For example, the system resources to be adjusted and the adjustment duration may be different for different scenarios, and may be different for the login scenario and viewing the high-definition image of the product. The system resources to be adjusted and the adjustment duration can be determined by querying the preset mapping relationship, respectively, determining the login system and the system resources to be adjusted and the adjustment duration of the product high-level picture scene.
其中,待调整的系统资源可为一个或者多个,可以是资源组合的方式。The system resources to be adjusted may be one or more, and may be a combination of resources.
可见,本实例中,通过查询预设的所述购物应用程序的场景信息与所述待调整的系统资源和调整时长之间的映射关系,确定所述场景信息对应的所述待调整的系统资源和调整时长,仅需要通过简单的查找算法即可确定所述待调整的系统资源和调整时长,延时低,准确度高,有利于提高移动终端控制购物应用程序进行运行优化的实时性和准确度。It can be seen that, in this example, the system resource to be adjusted corresponding to the scenario information is determined by querying a mapping relationship between the preset scenario information of the shopping application and the system resource to be adjusted and the adjustment duration. And adjusting the duration, the system resource to be adjusted and the adjustment duration can be determined by a simple search algorithm, the delay is low, and the accuracy is high, which is beneficial to improving the real-time and accurate operation optimization of the mobile terminal controlling the shopping application. degree.
在一个可能的示例中,所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,包括:所述操作系统以所述运行场景的场景标识为查询标识,查询预设的所述购物应用程序的场景标识与所述待调整的系统资源的调整量之间的映射关系,确定所述运 行场景的场景标识对应的所述待调整的系统资源的调整量。In one possible example, the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, including: the operating system uses the scenario identifier of the running scenario as a query identifier, and queries a preset. And a mapping relationship between the scenario identifier of the shopping application and the adjustment amount of the system resource to be adjusted, and determining an adjustment amount of the system resource to be adjusted corresponding to the scenario identifier of the running scenario.
其中,对于购物应用程序内部运行的多个不同运行场景,可为每个运行场景分配一个场景标识,根据场景标识即可确定对应的运行场景,所述场景信息可包括场景标识。For a plurality of different running scenarios running in the shopping application, a scenario identifier may be assigned to each running scenario, and the corresponding running scenario may be determined according to the scenario identifier, where the scenario information may include a scenario identifier.
其中,场景信息包括购物应用程序当前运行场景的网速信息,操作系统可以确定已经分配给购物应用程序的用于当前运行场景的网络资源数量,为使得购物应用程序运行更加流畅,可能还需分配额外的网络资源,操作系统根据网络资源数量和运行场景的网速信息确定网络资源的调整量,根据该调整量即可生成性能提升策略。The scenario information includes network speed information of the current running scenario of the shopping application, and the operating system may determine the number of network resources that have been allocated to the shopping application for the currently running scenario. To make the shopping application run more smoothly, the operating system may need to be allocated. The additional network resources, the operating system determines the adjustment amount of the network resource according to the number of network resources and the network speed information of the running scenario, and the performance improvement strategy can be generated according to the adjustment amount.
其中,操作系统根据网络资源数量和网速信息确定网络资源的调整量,可以是先根据网速信息中的当前网速,确定需要提升多少网速,再根据当前网速对应的网络资源数量,确定需要提升的网速对应的网络资源数量,从而,确定网络资源的调整量。The operating system determines the adjustment amount of the network resource according to the network resource quantity and the network speed information, and may determine, according to the current network speed in the network speed information, how many network speeds need to be upgraded, and then according to the network resource quantity corresponding to the current network speed. Determine the amount of network resources corresponding to the network speed that needs to be upgraded, and thus determine the adjustment amount of the network resources.
其中,动终端预存有购物应用程序的场景标识和待调整的系统资源的调整量之间的映射关系,该映射关系可由移动终端对购物应用程序的不同运行场景的历史使用记录进行学习从而获取得到。The mapping between the scenario identifier of the shopping application and the adjustment amount of the system resource to be adjusted is pre-stored by the mobile terminal, and the mapping relationship may be obtained by the mobile terminal learning the historical usage record of different running scenarios of the shopping application. .
可见,本示例中,通过查询预设的场景标识和待调整的系统资源的调整量之间的映射关系,确定运行场景的场景标识对应的待调整的系统资源的调整量,急需要通过简单的查找算法,有利于提高移动终端控制购物应用程序进行运行优化的实时性和准确度。It can be seen that, in this example, by determining the mapping relationship between the preset scenario identifier and the adjustment amount of the system resource to be adjusted, the adjustment amount of the system resource to be adjusted corresponding to the scenario identifier of the running scenario is determined, and it is urgent to adopt a simple The search algorithm is beneficial to improve the real-time and accuracy of the mobile terminal controlling the shopping application for running optimization.
在一个可能的示例中,所述场景信息包括所述运行场景的场景关联信息;所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,包括:所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值;所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值;所述操作系统根据所述差值确定所述待调整的系统资源的调整量。In one possible example, the scenario information includes scenario association information of the running scenario, and the operating system determines an adjustment amount of the system resource to be adjusted corresponding to the running scenario, where the operating system acquires The scenario association information of the running scenario, the scenario association information includes a frame rate value of the running scenario; and the operating system determines that the frame rate value is greater than or lower than a preset frame rate value when the operating system detects that the frame rate value is greater than or lower than a preset frame rate value a difference between the frame rate value and the preset frame rate value; the operating system determines an adjustment amount of the system resource to be adjusted according to the difference.
其中,场景信息包括购物应用程序当前运行场景的场景关联信息,场景关联信息包括运行场景的帧率值,对于一些特定运行场景,例如查看商品高清图片等,需要较高的帧率,在检测到所述帧率值低于预设帧率值时,可计算帧率值和预设帧率值之间的差值,根据该差值确定待调整的系统资源的调整量。The scenario information includes scenario association information of the current running scenario of the shopping application, and the scenario association information includes a frame rate value of the running scenario. For some specific running scenarios, for example, viewing a high-definition image of the product, a higher frame rate is required, and When the frame rate value is lower than the preset frame rate value, the difference between the frame rate value and the preset frame rate value may be calculated, and the adjustment amount of the system resource to be adjusted is determined according to the difference.
可见,本示例中,根据场景关联信息中的帧率信息,确定待调整的系统资源的调整量,从而按照该调整量对购物应用程序的系统资源进行调整,有利于提高购物应用程序的运行场景的帧率,有利于提高移动终端控制购物应用程序进行运行优化的实时性和准确度。It can be seen that, in this example, according to the frame rate information in the scenario association information, the adjustment amount of the system resource to be adjusted is determined, so that the system resource of the shopping application is adjusted according to the adjustment amount, which is beneficial to improving the running scenario of the shopping application. The frame rate is beneficial to improve the real-time and accuracy of the mobile terminal to control the shopping application for running optimization.
在一个可能的示例中,所述方法还包括:所述操作系统接收来自所述购物应用程序的资源调整取消请求;所述操作系统响应所述资源调整取消请求,取消根据所述待调整的系统资源的调整量调整所述待调整的系统资源。In one possible example, the method further includes: the operating system receiving a resource adjustment cancellation request from the shopping application; the operating system responding to the resource adjustment cancellation request, canceling the system according to the to-be-adjusted The adjustment amount of the resource adjusts the system resource to be adjusted.
其中,购物应用程序在得到操作系统分配的系统资源后,在检测到当前运行场景已经结束或者即将结束时,可向操作系统发送资源调整取消请求,操作系统在接收到资源调整取消请求后,取消根据所述待调整的系统资源的调整量调整所述待调整的系统资源。After obtaining the system resource allocated by the operating system, the shopping application may send a resource adjustment cancellation request to the operating system after detecting that the current running scenario has ended or is about to end, and the operating system cancels after receiving the resource adjustment cancellation request. Adjusting the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted.
可见,本示例中,操作系统在接收到购物应用程序发送的资源调整取消请求后及时取消分配给购物应用程序的系统资源,避免系统资源一直处于较高的使用状态,有利于降低移动终的系统资源占用和功耗,提高资源利用率和电源管理效率。It can be seen that, in this example, the operating system cancels the system resources allocated to the shopping application in time after receiving the resource adjustment cancellation request sent by the shopping application, thereby avoiding that the system resources are always in a high use state, which is beneficial to reducing the mobile terminal system. Resource usage and power consumption, improving resource utilization and power management efficiency.
与所述图2所示的实施例一致的,请参阅图3,图3是本申请实施例提供的一种资源配置方法的流程示意图,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,如图所示,本资源配置方法包括:FIG. 3 is a schematic flowchart of a resource configuration method according to an embodiment of the present disclosure, which is applied to a mobile terminal, where an operating system runs on the mobile terminal. As well as one or more applications, as shown in the figure, this resource configuration method includes:
S301,所述操作系统接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息。S301. The operating system receives a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application.
S302,所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长。S302. The operating system determines, according to the scenario information, a system resource to be adjusted and an adjustment duration corresponding to the running scenario.
S303,所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值。S303, the operating system acquires scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario.
S304,所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值。S304. The operating system determines a difference between the frame rate value and the preset frame rate value when detecting that the frame rate value is greater than or lower than a preset frame rate value.
S305,所述操作系统根据所述差值确定所述待调整的系统资源的调整量。S305. The operating system determines, according to the difference, an adjustment amount of the system resource to be adjusted.
S306,所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。S306, the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
可以看出,本申请实施例中,移动终端的操作系统空间的操作系统首先正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息,其次,操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,然后,操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,最后,操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。由于场景数据包包括购物应用程序的场景信息,且场景数据包由正在运行的购物应用程序发送,操作系统能够根据场景信息精确细化确定购物应用程序的当前的运行场景的待调整的系统资源的调整量,并由操作系统在调整时长内根据待调整的系统资源的调整量调整待调整的系统资源,实现了由操作系统对运行过程中的购物应用程序进行实时的性能优化,有利于提高移动终端控制购物应用程序进行性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration. Since the scene data package includes scene information of the shopping application, and the scene data package is sent by the running shopping application, the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information. The amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement. The terminal controls the shopping application for real-time performance and accuracy of performance optimization.
此外,通过查询预设的所述购物应用程序的场景信息与所述待调整的系统资源和调整时长之间的映射关系,确定所述运行场景的场景信息对应的所述待调整的系统资源和调整时长,仅需要通过简单的查找算法,延时低,准确度高,有利于提高针对运行中的购物应用程序进行资源调整的实时性和准确度。In addition, the system resource to be adjusted corresponding to the scenario information of the running scenario is determined by querying a mapping relationship between the scenario information of the shopping application and the system resource to be adjusted and the adjustment duration. Adjusting the duration, only through a simple search algorithm, low latency, high accuracy, is conducive to improve the real-time and accuracy of resource adjustment for the running shopping application.
此外,操作系统在接收到购物应用程序发送的资源调整取消请求后及时取消分配给购物应用程序的系统资源,避免系统资源一直处于较高的使用状态,有利于降低移动终端的资源占用和移动终端功耗,提高资源利用率和控制效率。In addition, after receiving the resource adjustment cancellation request sent by the shopping application, the operating system cancels the system resources allocated to the shopping application in time, thereby avoiding that the system resources are always in a high use state, which is beneficial to reducing the resource occupation of the mobile terminal and the mobile terminal. Power consumption, improve resource utilization and control efficiency.
与所述图2、图3所示的实施例一致的,请参阅图4,图4是本申请实施例提供的一种资源配置方法的流程示意图,应用于移动终端,所述移动终端上运行有操作系统和一个或多个购物应用程序,所述操作系统包括管理模块、多个策略模块和数据连接管理模块,每个策略模块用于确定相同应用类型的至少一个应用程序中的应用程序的性能提升策略,所述购物应用程序包括数据连接模块,所述场景数据包包括购物应用程序的游戏应用类型标识和游戏加载场景标识,所述场景数据包包括数据格式标识。如图所示,本资源配置方法包括:4, FIG. 4 is a schematic flowchart of a resource configuration method according to an embodiment of the present disclosure, which is applied to a mobile terminal, where the mobile terminal runs. An operating system and one or more shopping applications, the operating system including a management module, a plurality of policy modules, and a data connection management module, each policy module for determining an application of the at least one application of the same application type A performance improvement strategy, the shopping application includes a data connection module, the scene data package includes a game application type identifier and a game loading scene identifier of the shopping application, and the scene data package includes a data format identifier. As shown in the figure, the resource configuration method includes:
S401,所述操作系统接收来自所述购物应用程序的私有连接建立请求,所述私有连接建立请求包括所述购物应用程序的应用标识。S401. The operating system receives a private connection establishment request from the shopping application, and the private connection establishment request includes an application identifier of the shopping application.
S402,所述操作系统在检测到预设的应用标识集合中包含所述应用标识时,建立所述预设私有连接。S402. The operating system establishes the preset private connection when detecting that the preset application identifier set includes the application identifier.
S403,所述操作系统通过所述预设私有连接接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息。S403. The operating system receives, by using the preset private connection, a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application.
S404,所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长。S404, the operating system determines, according to the scenario information, a system resource to be adjusted and an adjustment duration corresponding to the running scenario.
S405,所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值。S405: The operating system acquires scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario.
S406,所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值。S406. The operating system determines a difference between the frame rate value and the preset frame rate value when detecting that the frame rate value is greater than or lower than a preset frame rate value.
S407,所述操作系统根据所述差值确定所述待调整的系统资源的调整量。S407. The operating system determines, according to the difference, an adjustment amount of the system resource to be adjusted.
S408,所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。S408: The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
可以看出,本申请实施例中,移动终端的操作系统空间的操作系统首先正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息,其次,操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,然后,操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,最后,操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。由于场景数据包包括购物应用程序的场景信息,且场景数据包由正在运行的购物应用程序发送,操作系统能够根据场景信息精确细化确定购物应用程序的当前的运行场景的待调整的系统资源的调整量,并由操作系统在调整时长内根据待调整的系统资源的调整量调整待调整的系统资源,实现了由操作系统对运行过程中的购物应用程序进行实时的性能优化,有利于提高移动终端控制购物应用程序进行性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration. Since the scene data package includes scene information of the shopping application, and the scene data package is sent by the running shopping application, the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information. The amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement. The terminal controls the shopping application for real-time performance and accuracy of performance optimization.
此外,通过查询预设的所述购物应用程序的场景信息与所述待调整的系统资源和调整时长之间的映射关系,确定所述运行场景的场景信息对应的所述待调整的系统资源和调整时长,仅需要通过简单的查找算法,延时低,准确度高,有利于提高针对运行中的购物应用程序进行资源调整的实时性和准确度。In addition, the system resource to be adjusted corresponding to the scenario information of the running scenario is determined by querying a mapping relationship between the scenario information of the shopping application and the system resource to be adjusted and the adjustment duration. Adjusting the duration, only through a simple search algorithm, low latency, high accuracy, is conducive to improve the real-time and accuracy of resource adjustment for the running shopping application.
此外,操作系统在接收到购物应用程序发送的资源调整取消请求后及时取消分配给购物应用程序的系统资源,避免系统资源一直处于较高的使用状态,有利于降低移动终端的资源占用和移动终端功耗,提高资源利用率和控制效率。In addition, after receiving the resource adjustment cancellation request sent by the shopping application, the operating system cancels the system resources allocated to the shopping application in time, thereby avoiding that the system resources are always in a high use state, which is beneficial to reducing the resource occupation of the mobile terminal and the mobile terminal. Power consumption, improve resource utilization and control efficiency.
与所述图2、图3、图4所示的实施例一致的,请参阅图5,图5是本申请实施例提供的一种移动终端的结构示意图,该移动终端运行有一个或多个应用程序和操作系统,如图所示,该移动终端包括处理器、存储器、通信接口以及一个或多个程序,其中,所述一个或多个程序不同于所述一个或多个应用程序,且所述一个或多个程序被存储在所述存储器中,并且被配置由所述处理器执行,所述程序包括用于执行以下步骤的指令:Referring to FIG. 2, FIG. 3, and FIG. 4, FIG. 5 is a schematic structural diagram of a mobile terminal according to an embodiment of the present application. The mobile terminal runs one or more An application and an operating system, as shown, the mobile terminal includes a processor, a memory, a communication interface, and one or more programs, wherein the one or more programs are different from the one or more applications, and The one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
控制所述操作系统接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息;Controlling, by the operating system, a scenario data packet sent by a running shopping application, where the scenario data package includes scenario information of a current running scenario of the shopping application;
控制所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;Controlling, by the operating system, the system resources to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information;
控制所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;Controlling, by the operating system, an adjustment amount of the system resource to be adjusted corresponding to the running scenario;
控制所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。Controlling, by the operating system, the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
可以看出,本申请实施例中,移动终端的操作系统空间的操作系统首先正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息,其次,操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,然后,操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,最后,操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量 调整所述待调整的系统资源。由于场景数据包包括购物应用程序的场景信息,且场景数据包由正在运行的购物应用程序发送,操作系统能够根据场景信息精确细化确定购物应用程序的当前的运行场景的待调整的系统资源的调整量,并由操作系统在调整时长内根据待调整的系统资源的调整量调整待调整的系统资源,实现了由操作系统对运行过程中的购物应用程序进行实时的性能优化,有利于提高移动终端控制购物应用程序进行性能优化的实时性和精确度。It can be seen that, in the embodiment of the present application, the operating system space of the mobile terminal firstly runs the scenario data packet sent by the shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application. And the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, and then the operating system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario, and finally, The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration. Since the scene data package includes scene information of the shopping application, and the scene data package is sent by the running shopping application, the operating system can accurately refine the system resources to be adjusted that determine the current running scene of the shopping application according to the scene information. The amount of adjustment is adjusted, and the operating system adjusts the system resources to be adjusted according to the adjustment amount of the system resources to be adjusted within the adjustment time period, thereby realizing the real-time performance optimization of the shopping application in the running process by the operating system, which is beneficial to improve the movement. The terminal controls the shopping application for real-time performance and accuracy of performance optimization.
在一个可能的示例中,所述运行场景包括所述购物应用程序的以下场景中的任意一种:登陆场景、与客服聊天场景、查看商品详情场景、商品列表滑动场景、查看高清图片场景、后台数据库操作场景。In one possible example, the running scenario includes any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, viewing a merchandise detail scenario, a merchandise list sliding scenario, viewing a high-definition photo scene, and a background Database operation scenario.
在一个可能的示例中,在所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长方面,所述程序中的指令具体用于执行以下操作:控制所述操作系统以所述场景信息为查询标识,查询预存的场景信息与待调整的系统资源和调整时长之间的映射关系,确定所述当前的运行场景的场景信息对应的待调整的系统资源和调整时长。In one possible example, in the aspect that the operating system determines, according to the scenario information, the system resource to be adjusted and the adjustment duration corresponding to the running scenario, the instructions in the program are specifically configured to: perform the following operations: The operating system uses the scenario information as a query identifier to query the mapping relationship between the pre-stored scenario information and the system resource to be adjusted and the adjustment duration, and determines the system resources and adjustments to be adjusted corresponding to the scenario information of the current running scenario. duration.
在一个可能的示例中,所述操作系统接收正在运行的购物应用程序发送的场景数据包之前,上所述程序中的指令具体还用于执行控制所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息,所述配置信息包括所述购物应用程序的运行场景的场景信息和所述运行场景对应的待调整的系统资源和调整时长,所述预设私有连接为基于验证和授权机制的进程间通信连接,所述进程间通信连接至少包括以下任意一种:套接字socket、建立管道pipe、命名管FIFO、共享内存share memory、共享文件。In one possible example, before the operating system receives the scenario data packet sent by the running shopping application, the instructions in the program are further used to perform control of the operating system to receive the preset by using a preset private connection. The configuration information sent by the shopping application, the configuration information includes scenario information of an operation scenario of the shopping application, and a system resource to be adjusted and an adjustment duration corresponding to the operation scenario, where the preset private connection is based on verification and An inter-process communication connection of the authorization mechanism, the inter-process communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
在一个可能的示例中,所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息之前,所述程序中的指令具体还用于执行控制所述操作系统接收来自所述购物应用程序的私有连接建立请求,所述私有连接建立请求包括所述购物应用程序的应用标识;以及控制所述操作系统在检测到预设的应用标识集合中包含所述应用标识时,建立所述预设私有连接。In one possible example, before the operating system receives the configuration information sent by the shopping application by using a preset private connection, the instructions in the program are further used to perform control of the operating system to receive the shopping application. a private connection establishment request of the program, the private connection establishment request including an application identifier of the shopping application; and controlling the operating system to establish the pre-determination when detecting that the application identifier is included in a preset application identifier set Set up a private connection.
在一个可能的示例中,,所述场景信息包括所述运行场景的场景标识;在所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量方面,所述程序中的指令具体用于执行以下操作:控制所述操作系统以所述运行场景的场景标识为查询标识,查询预设的所述购物应用程序的场景标识与所述待调整的系统资源的调整量之间的映射关系,确定所述运行场景的场景标识对应的所述待调整的系统资源的调整量。In one possible example, the scenario information includes a scenario identifier of the running scenario, and the operating system determines, in the program, an adjustment amount of the system resource to be adjusted corresponding to the running scenario. The command is specifically configured to: control the operating system to use the scenario identifier of the running scenario as a query identifier, and query a preset scenario identifier of the shopping application and an adjustment amount of the system resource to be adjusted. The mapping relationship determines the adjustment amount of the system resource to be adjusted corresponding to the scenario identifier of the running scenario.
在一个可能的示例中,所述场景信息包括所述运行场景的场景关联信息;在所述场景信息包括所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量方面,所述程序中的指令具体用于执行以下操作:控制所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值;以及控制所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值;以及控制所述操作系统根据所述差值确定所述待调整的系统资源的调整量。In one possible example, the scenario information includes scenario association information of the running scenario, where the scenario information includes the operating system determining an adjustment amount of the system resource to be adjusted corresponding to the running scenario, The instructions in the program are specifically configured to: control the operating system to acquire scene association information of the running scenario, the scenario association information includes a frame rate value of the running scenario; and control the operating system to And determining, when the frame rate value is greater than or lower than the preset frame rate value, determining a difference between the frame rate value and the preset frame rate value; and controlling the operating system to determine according to the difference The amount of adjustment of the system resource to be adjusted.
在一个可能的示例中,所述程序中的指令还用于执行以下操作:控制所述操作系统接收来自所述购物应用程序的资源调整取消请求;以及控制所述操作系统响应所述资源调整取消请求,取消根据所述待调整的系统资源的调整量调整所述待调整的系统资源。In one possible example, the instructions in the program are further configured to: control the operating system to receive a resource adjustment cancellation request from the shopping application; and control the operating system to respond to the resource adjustment cancellation And requesting, canceling, adjusting the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted.
在一个可能的示例中,所述资源包括所述移动终端的以下资源中的至少一种:CPU资源、GPU资源、内存带宽资源、磁盘资源、网络资源。In one possible example, the resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, and a network resource.
所述主要从方法侧执行过程的角度对本申请实施例的方案进行了介绍。可以理解的是,移动终端为了实现所述功能,其包含了执行各个功能相应的硬件结构和/或软件模块。本领 域技术人员应该很容易意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,本申请能够以硬件或硬件和计算机软件的结合形式来实现。某个功能究竟以硬件还是计算机软件驱动硬件的方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。The solution of the embodiment of the present application is mainly introduced from the perspective of performing the process on the method side. It can be understood that the mobile terminal includes corresponding hardware structures and/or software modules for performing the respective functions in order to implement the functions. Those skilled in the art will readily appreciate that the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
本申请实施例可以根据所述方法示例对移动终端进行功能单元的划分,例如,可以对应各个功能划分各个功能单元,也可以将两个或两个以上的功能集成在一个处理单元中。所述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。需要说明的是,本申请实施例中对单元的划分是示意性的,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。The embodiment of the present application may divide a functional unit into a mobile terminal according to the method example. For example, each functional unit may be divided according to each function, or two or more functions may be integrated into one processing unit. The integrated unit can be implemented in the form of hardware or in the form of a software functional unit. It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logical function division. In actual implementation, there may be another division manner.
在采用集成的单元的情况下,图6示出了所述实施例中所涉及的资源配置装置的一种可能的功能单元组成框图。资源配置装置600应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述资源配置装置600包括:处理单元602和通信单元603。处理单元602用于对资源配置装置的动作进行控制管理,例如,处理单元602用于支持资源配置装置执行图2中的步骤S201-S203、图3中的步骤S301-S306、图4中的步骤S401-S408和/或用于本文所描述的技术的其它过程。资源配置装置还可以包括存储单元601,用于存储程序代码和数据。In the case of an integrated unit, FIG. 6 shows a block diagram of one possible functional unit composition of the resource configuration apparatus involved in the embodiment. The resource configuration device 600 is applied to a mobile terminal on which an operating system and one or more applications are run. The resource configuration device 600 includes a processing unit 602 and a communication unit 603. The processing unit 602 is configured to perform control management on the action of the resource configuration apparatus. For example, the processing unit 602 is configured to support the resource configuration apparatus to perform steps S201-S203 in FIG. 2, steps S301-S306 in FIG. 3, and steps in FIG. S401-S408 and/or other processes for the techniques described herein. The resource configuration device may further include a storage unit 601 for storing program codes and data.
所述处理单元602,用于控制所述操作系统通过所述通信单元603接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息;以及用于控制所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;以及用于控制所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;以及用于控制所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The processing unit 602 is configured to control the operating system to receive, by using the communication unit 603, a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application. And determining, by the operating system, the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information; and controlling the operating system to determine the to-be-adjusted corresponding to the operating scenario. The adjustment amount of the system resource is adjusted; and the system resource to be adjusted is adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment time length.
在一个可能的示例中,所述运行场景包括所述购物应用程序的以下场景中的任意一种:登陆场景、与客服聊天场景、查看商品详情场景、商品列表滑动场景、查看高清图片场景、后台数据库操作场景。In one possible example, the running scenario includes any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, viewing a merchandise detail scenario, a merchandise list sliding scenario, viewing a high-definition photo scene, and a background Database operation scenario.
在一个可能的示例中,在所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长方面,所述处理单元602具体用于:控制所述操作系统以所述场景信息为查询标识,查询预存的场景信息与待调整的系统资源和调整时长之间的映射关系,确定所述当前的运行场景的场景信息对应的待调整的系统资源和调整时长。In one possible example, the processing unit 602 is specifically configured to: control the operating system to use the operating system to determine the system resource to be adjusted and the adjustment duration according to the scenario information. The scenario information is a query identifier, and the mapping relationship between the pre-stored scenario information and the system resource to be adjusted and the adjustment duration is queried, and the system resources to be adjusted and the adjustment duration corresponding to the scenario information of the current running scenario are determined.
在一个可能的示例中,所述操作系统接收正在运行的购物应用程序发送的场景数据包之前,所述处理单元602还用于控制所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息,所述配置信息包括所述购物应用程序的运行场景的场景信息和所述运行场景对应的待调整的系统资源和调整时长,所述预设私有连接为基于验证和授权机制的进程间通信连接,所述进程间通信连接至少包括以下任意一种:套接字socket、建立管道pipe、命名管FIFO、共享内存share memory、共享文件。In one possible example, before the operating system receives the scene data packet sent by the running shopping application, the processing unit 602 is further configured to control the operating system to receive the shopping application sending by using a preset private connection. The configuration information includes the scenario information of the running scenario of the shopping application and the system resource and the adjustment duration to be adjusted corresponding to the running scenario, where the preset private connection is a process based on the verification and authorization mechanism The inter-process communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
在一个可能的示例中,所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息之前,所述处理单元602还用于控制所述操作系统接收来自所述购物应用程序的私有连接建立请求,所述私有连接建立请求包括所述购物应用程序的应用标识;以及控制所述操作系统在检测到预设的应用标识集合中包含所述应用标识时,建立所述预设私有连接。In one possible example, before the operating system receives the configuration information sent by the shopping application by using a preset private connection, the processing unit 602 is further configured to control the operating system to receive the private from the shopping application. a connection establishment request, where the private connection establishment request includes an application identifier of the shopping application; and controlling the operating system to establish the preset private connection when detecting that the preset application identifier set includes the application identifier .
在一个可能的示例中,所述场景信息包括所述运行场景的场景标识;在所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量方面,所述处理单元602具体用 于:控制所述操作系统以所述运行场景的场景标识为查询标识,查询预设的所述购物应用程序的场景标识与所述待调整的系统资源的调整量之间的映射关系,确定所述运行场景的场景标识对应的所述待调整的系统资源的调整量。In one possible example, the scenario information includes a scenario identifier of the running scenario, and the processing unit 602 is specific to the operating system determining an adjustment amount of the system resource to be adjusted corresponding to the running scenario. The method is configured to: control, by the operating system, the scenario identifier of the running scenario as a query identifier, and query a mapping relationship between a preset scenario identifier of the shopping application and an adjustment amount of the system resource to be adjusted, and determine The scenario identifier of the running scenario corresponds to the adjustment amount of the system resource to be adjusted.
在一个可能的示例中,所述场景信息包括所述运行场景的场景关联信息;在所述场景信息包括所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量方面,所述处理单元602具体用于:控制所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值;以及控制所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值;以及控制所述操作系统根据所述差值确定所述待调整的系统资源的调整量。In one possible example, the scenario information includes scenario association information of the running scenario, where the scenario information includes the operating system determining an adjustment amount of the system resource to be adjusted corresponding to the running scenario, The processing unit 602 is specifically configured to: control the operating system to acquire scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario; and control the operating system to detect the Determining a difference between the frame rate value and the preset frame rate value when a frame rate value is greater than or lower than a preset frame rate value; and controlling the operating system to determine the to-be adjusted according to the difference The amount of adjustment of system resources.
在一个可能的示例中,所述处理单元602还用于控制所述操作系统接收来自所述购物应用程序的资源调整取消请求;以及控制所述操作系统响应所述资源调整取消请求,取消根据所述待调整的系统资源的调整量调整所述待调整的系统资源。In one possible example, the processing unit 602 is further configured to control the operating system to receive a resource adjustment cancellation request from the shopping application; and control the operating system to respond to the resource adjustment cancellation request, cancel the The adjustment amount of the system resource that is to be adjusted adjusts the system resource to be adjusted.
在一个可能的示例中,所述资源包括所述移动终端的以下资源中的至少一种:CPU资源、GPU资源、内存带宽资源、磁盘资源、网络资源。In one possible example, the resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, and a network resource.
其中,处理单元602可以是处理器或控制器,通信单元603可以是处理器和程序运行空间之间的内部通信接口,如处理器与操作系统空间的通信接口,或者处理器与用户空间的通信接口等,存储单元601可以是存储器。The processing unit 602 may be a processor or a controller, and the communication unit 603 may be an internal communication interface between the processor and the program running space, such as a communication interface between the processor and the operating system space, or a communication between the processor and the user space. The interface or the like, the storage unit 601 may be a memory.
请参阅图7,图7是本申请实施例提供了一种智能手机700的结构示意图,所述智能手机700包括:壳体710、触控显示屏720、主板730、电池740和副板750,主板730上设置有前置摄像头731、处理器732、存储器733、电源管理芯片734等,副板上设置有振子751、一体音腔752、VOOC闪充接口753和指纹识别模组754。Please refer to FIG. 7. FIG. 7 is a schematic structural diagram of a smart phone 700. The smart phone 700 includes a housing 710, a touch display screen 720, a main board 730, a battery 740, and a sub-board 750. The main board 730 is provided with a front camera 731, a processor 732, a memory 733, a power management chip 734, and the like. The sub board is provided with a vibrator 751, an integrated sound chamber 752, a VOOC flash charging interface 753, and a fingerprint recognition module 754.
其中,该智能手机包括购物应用程序和操作系统,购物应用程序运行于用户空间,操作系统运行于操作系统空间,操作系统包括操作系统。操作系统接收正在运行的购物应用程序发送的场景数据包,场景数据包包括购物应用程序当前的运行场景的场景信息;操作系统根据场景信息确定运行场景对应的待调整的系统资源和调整时长;操作系统确定运行场景对应的待调整的系统资源的调整量;操作系统在调整时长对应的调整时段内,根据待调整的系统资源的调整量调整所述待调整的系统资源。The smart phone includes a shopping application and an operating system, the shopping application runs in a user space, the operating system runs in an operating system space, and the operating system includes an operating system. The operating system receives the scenario data packet sent by the running shopping application, and the scenario data packet includes the scenario information of the current running scenario of the shopping application; the operating system determines the system resource to be adjusted corresponding to the running scenario and the adjustment duration according to the scenario information; The system determines the adjustment amount of the system resource to be adjusted corresponding to the running scenario; the operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted in the adjustment period corresponding to the adjustment duration.
所述处理器732是智能手机的控制中心,利用各种接口和线路连接整个智能手机的各个部分,通过运行或执行存储在存储器733内的软件程序和/或模块,以及调用存储在存储器733内的数据,执行智能手机的各种功能和处理数据,从而对智能手机进行整体监控。可选的,处理器732可包括一个或多个处理单元;优选的,处理器732可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,所述调制解调处理器也可以不集成到处理器732中。该处理器732例如可以是中央处理器(Central Processing Unit,CPU),通用处理器,数字信号处理器(Digital Signal Processor,DSP),专用集成电路(Application-Specific Integrated Circuit,ASIC),现场可编程门阵列(Field Programmable Gate Array,FPGA)或者其他可编程逻辑器件、晶体管逻辑器件、硬件部件或者其任意组合。其可以实现或执行结合本申请公开内容所描述的各种示例性的逻辑方框,模块和电路。所述处理器也可以是实现计算功能的组合,例如包含一个或多个微处理器组合,DSP和微处理器的组合等等。The processor 732 is a control center of the smartphone, and connects various parts of the entire smartphone by using various interfaces and lines, by running or executing software programs and/or modules stored in the memory 733, and calling the storage in the memory 733. The data, the various functions of the smartphone and the processing of the data, so that the overall monitoring of the smartphone. Optionally, the processor 732 may include one or more processing units; preferably, the processor 732 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like. The modem processor primarily handles wireless communications. It will be appreciated that the modem processor may also not be integrated into the processor 732. The processor 732 can be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), and field programmable. Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof. It is possible to implement or carry out the various illustrative logical blocks, modules and circuits described in connection with the present disclosure. The processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
所述存储器733可用于存储软件程序以及模块,处理器732通过运行存储在存储器733的软件程序以及模块,从而执行智能手机的各种功能应用以及数据处理。存储器733可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序等;存储数据区可存储根据智能手机的使用所创建的数据等。此外,存储器733 可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。该存储器733例如可以是随机存取存储器(Random Access Memory,RAM)、闪存、只读存储器(Read Only Memory,ROM)、可擦除可编程只读存储器(Erasable Programmable ROM,EPROM)、电可擦可编程只读存储器(Electrically EPROM,EEPROM)、寄存器、硬盘、移动硬盘、只读光盘(CD-ROM)或者本领域熟知的任何其它形式的存储介质。The memory 733 can be used to store software programs and modules, and the processor 732 executes various functional applications and data processing of the smartphone by running software programs and modules stored in the memory 733. The memory 733 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the smartphone, and the like. Further, the memory 733 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. The memory 733 can be, for example, a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory (EPROM), and an electrically erasable memory. Programmable EPROM (EEPROM), registers, hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art.
本申请实施例还提供一种计算机存储介质,其中,该计算机存储介质存储用于电子数据交换的计算机程序,该计算机程序使得计算机执行如所述方法实施例中记载的任一方法的部分或全部步骤,所述计算机包括移动终端。The embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to execute part or all of any of the methods described in the method embodiment. In the step, the computer includes a mobile terminal.
本申请实施例还提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如所述方法实施例中记载的任一方法的部分或全部步骤。该计算机程序产品可以为一个软件安装包,所述计算机包括移动终端。The embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to execute as described in the method embodiment Part or all of the steps of either method. The computer program product can be a software installation package, the computer comprising a mobile terminal.
需要说明的是,对于前述的各方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请并不受所描述的动作顺序的限制,因为依据本申请,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本申请所必须的。It should be noted that, for the foregoing method embodiments, for the sake of simple description, they are all expressed as a series of action combinations, but those skilled in the art should understand that the present application is not limited by the described action sequence. Because certain steps may be performed in other sequences or concurrently in accordance with the present application. In the following, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions and modules involved are not necessarily required by the present application.
在所述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the embodiment, the descriptions of the various embodiments are different, and the parts that are not detailed in a certain embodiment can be referred to the related descriptions of other embodiments.
在本申请所提供的几个实施例中,应该理解到,所揭露的装置,可通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性或其它的形式。In the several embodiments provided herein, it should be understood that the disclosed apparatus may be implemented in other ways. For example, the device embodiments described above are merely illustrative. For example, the division of the unit is only a logical function division. In actual implementation, there may be another division manner, for example, multiple units or components may be combined or may be Integrate into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical or otherwise.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。所述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储器中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储器中,包括若干指令用以使得一台计算机设备(可为个人计算机、服务器或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。而前述的存储器包括:U盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable memory. Based on such understanding, the technical solution of the present application, in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a memory. A number of instructions are included to cause a computer device (which may be a personal computer, server or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application. The foregoing memory includes: a U disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, and the like, which can store program codes.
本领域普通技术人员可以理解所述实施例的各种方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于一计算机可读存储器中,存储器可以包括:闪存盘、只读存储器(英文:Read-Only Memory,简称:ROM)、随机存取器(英文: Random Access Memory,简称:RAM)、磁盘或光盘等。One of ordinary skill in the art can understand that all or part of the various steps of the embodiments can be completed by a program to instruct related hardware, the program can be stored in a computer readable memory, and the memory can include: Disk, read-only memory (English: Read-Only Memory, referred to as: ROM), random accessor (English: Random Access Memory, referred to as: RAM), disk or optical disk.
以上对本申请实施例进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的一般技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本申请的限制。The embodiments of the present application have been described in detail above. The principles and implementations of the present application are described in the specific examples. The description of the above embodiments is only used to help understand the method and core ideas of the present application. A person skilled in the art will have a change in the specific embodiments and the scope of the application according to the idea of the present application. In summary, the content of the present specification should not be construed as limiting the present application.

Claims (20)

  1. 一种资源配置方法,其特征在于,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述方法包括:A resource configuration method, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more applications, and the method includes:
    所述操作系统接收正在运行的购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息;Receiving, by the operating system, a scenario data packet sent by a running shopping application, where the scenario data packet includes scenario information of a current running scenario of the shopping application;
    所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;Determining, by the operating system, the system resources to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information;
    所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;Determining, by the operating system, an adjustment amount of the system resource to be adjusted corresponding to the running scenario;
    所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The operating system adjusts the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted, in an adjustment period corresponding to the adjustment duration.
  2. 根据权利要求1所述的方法,其特征在于,所述运行场景包括所述购物应用程序的以下场景中的任意一种:The method of claim 1, wherein the running scenario comprises any one of the following scenarios of the shopping application:
    登陆场景、与客服聊天场景、查看商品详情场景、商品列表滑动场景、查看高清图片场景、后台数据库操作场景。Log in to the scene, chat with the customer service, view the product details scene, slide the product list, view the HD image scene, and backstage database operation scene.
  3. 根据权利要求1或2所述的方法,其特征在于,所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长,包括:The method according to claim 1 or 2, wherein the operating system determines the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information, including:
    所述操作系统以所述场景信息为查询标识,查询预存的场景信息与待调整的系统资源和调整时长之间的映射关系,确定所述当前的运行场景的场景信息对应的待调整的系统资源和调整时长。The operating system uses the scenario information as a query identifier, and the mapping relationship between the pre-stored scenario information and the system resource to be adjusted and the adjustment duration is determined, and the system resource to be adjusted corresponding to the scenario information of the current running scenario is determined. And adjust the length of time.
  4. 根据权利要求3所述的方法,其特征在于,所述操作系统接收正在运行的购物应用程序发送的场景数据包之前,所述方法还包括:The method according to claim 3, wherein the method further comprises: before the operating system receives the scenario data packet sent by the running shopping application, the method further comprising:
    所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息,所述配置信息包括所述购物应用程序的运行场景的场景信息和所述运行场景对应的待调整的系统资源和调整时长,所述预设私有连接为基于验证和授权机制的进程间通信连接,所述进程间通信连接至少包括以下任意一种:套接字socket、建立管道pipe、命名管FIFO、共享内存share memory、共享文件。The operating system receives the configuration information sent by the shopping application by using a preset private connection, where the configuration information includes scenario information of the running scenario of the shopping application and system resources and adjustments to be adjusted corresponding to the running scenario. The preset private connection is an inter-process communication connection based on a verification and authorization mechanism, and the inter-process communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, and a shared memory share memory. ,shared documents.
  5. 根据权利要求4所述的方法,其特征在于,所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息之前,所述方法还包括:The method according to claim 4, wherein before the operating system receives the configuration information sent by the shopping application by using a preset private connection, the method further includes:
    所述操作系统接收来自所述购物应用程序的私有连接建立请求,所述私有连接建立请求包括所述购物应用程序的应用标识;The operating system receives a private connection establishment request from the shopping application, the private connection establishment request including an application identification of the shopping application;
    所述操作系统在检测到预设的应用标识集合中包含所述应用标识时,建立所述预设私有连接。When the operating system detects that the application identifier is included in the preset application identifier set, the operating system establishes the preset private connection.
  6. 根据权利要求1-5任一项所述的方法,其特征在于,所述场景信息包括所述运行场景的场景标识;所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,包括:The method according to any one of claims 1-5, wherein the scenario information includes a scenario identifier of the running scenario, and the operating system determines the system resource to be adjusted corresponding to the running scenario. Adjustments, including:
    所述操作系统以所述运行场景的场景标识为查询标识,查询预设的所述购物应用程序的场景标识与所述待调整的系统资源的调整量之间的映射关系,确定所述运行场景的场景标识对应的所述待调整的系统资源的调整量。The operating system uses the scenario identifier of the running scenario as a query identifier, and searches for a mapping relationship between the preset scenario identifier of the shopping application and the adjustment amount of the system resource to be adjusted, and determines the running scenario. The scenario identifier corresponds to the adjustment amount of the system resource to be adjusted.
  7. 根据权利要求1-5任一项所述的方法,其特征在于,所述场景信息包括所述运行场景的场景关联信息;所述场景信息包括所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量,包括:The method according to any one of claims 1 to 5, wherein the scene information includes scene association information of the running scene; the scene information includes the operating system determining the corresponding to the running scene. The amount of adjustment of system resources to be adjusted, including:
    所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值;The operating system acquires scene association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario;
    所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值;When the operating system detects that the frame rate value is greater than or lower than a preset frame rate value, determining, by the operating system, a difference between the frame rate value and the preset frame rate value;
    所述操作系统根据所述差值确定所述待调整的系统资源的调整量。The operating system determines an adjustment amount of the system resource to be adjusted according to the difference.
  8. 根据权利要求1-7任一项所述的方法,其特征在于,所述方法还包括:The method according to any one of claims 1 to 7, wherein the method further comprises:
    所述操作系统接收来自所述购物应用程序的资源调整取消请求;The operating system receives a resource adjustment cancellation request from the shopping application;
    所述操作系统响应所述资源调整取消请求,取消根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The operating system responds to the resource adjustment cancellation request, and cancels adjusting the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted.
  9. 根据权利要求1-8任一项所述的方法,其特征在于,所述资源包括所述移动终端的以下资源中的至少一种:CPU资源、GPU资源、内存带宽资源、磁盘资源、网络资源。The method according to any one of claims 1-8, wherein the resource comprises at least one of the following resources of the mobile terminal: CPU resource, GPU resource, memory bandwidth resource, disk resource, network resource .
  10. 一种资源配置装置,其特征在于,应用于移动终端,所述移动终端上运行有操作系统以及一个或多个应用程序,所述资源配置装置包括处理单元和通信单元,A resource configuration device, which is applied to a mobile terminal, where the mobile terminal runs an operating system and one or more application programs, and the resource configuration device includes a processing unit and a communication unit.
    所述处理单元,用于控制所述操作系统通过所述通信单元接收正在运行的所述购物应用程序发送的场景数据包,所述场景数据包包括所述购物应用程序当前的运行场景的场景信息;以及用于控制所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长;以及用于控制所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量;以及用于控制所述操作系统在所述调整时长对应的调整时段内,根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The processing unit is configured to control, by the operating system, the scenario data packet sent by the running shopping application by the communication unit, where the scenario data packet includes scenario information of a current running scenario of the shopping application And determining, by the operating system, the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information; and controlling the operating system to determine the to-be-adjusted corresponding to the operating scenario. The adjustment amount of the system resource is adjusted; and the system resource to be adjusted is adjusted according to the adjustment amount of the system resource to be adjusted, in the adjustment period corresponding to the adjustment time length.
  11. 根据权利要求10所述的资源配置装置,其特征在于,所述运行场景包括所述购物应用程序的以下场景中的任意一种:登陆场景、与客服聊天场景、查看商品详情场景、商品列表滑动场景、查看高清图片场景、后台数据库操作场景。The resource configuration apparatus according to claim 10, wherein the running scenario comprises any one of the following scenarios of the shopping application: a login scenario, a chat scenario with a customer service, a view of a merchandise detail, and a slip of a merchandise list Scene, view high-definition picture scene, background database operation scene.
  12. 根据权利要求10或11所述的资源配置装置,其特征在于,在所述操作系统根据所述场景信息确定所述运行场景对应的待调整的系统资源和调整时长方面,所述处理单元具体用于:控制所述操作系统以所述场景信息为查询标识,查询预存的场景信息与待调整的系统资源和调整时长之间的映射关系,确定所述当前的运行场景的场景信息对应的待调整的系统资源和调整时长。The resource configuration apparatus according to claim 10 or 11, wherein the processing unit specifically uses the system resource to be adjusted and the adjustment duration corresponding to the running scenario according to the scenario information. Controlling the operating system to use the scenario information as a query identifier, and querying a mapping relationship between the pre-stored scenario information and the system resource to be adjusted and the adjustment duration, and determining the scenario information corresponding to the current running scenario System resources and adjustment time.
  13. 根据权利要求12所述的资源配置装置,其特征在于,所述操作系统接收正在运行的购物应用程序发送的场景数据包之前,所述处理单元还用于控制所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息,所述配置信息包括所述购物应用程序的运行场景的场景信息和所述运行场景对应的待调整的系统资源和调整时长,所述预设私有连接为基于验证和授权机制的进程间通信连接,所述进程间通信连接至少包括以下任意一种:套接字socket、建立管道pipe、命名管FIFO、共享内存share memory、共享文件。The resource configuration device according to claim 12, wherein the processing unit is further configured to control the operating system to preset a private connection before the operating system receives the scenario data packet sent by the running shopping application. And receiving the configuration information sent by the shopping application, where the configuration information includes scenario information of a running scenario of the shopping application, and a system resource to be adjusted and an adjustment duration corresponding to the running scenario, where the preset private connection is Based on the inter-process communication connection of the verification and authorization mechanism, the inter-process communication connection includes at least one of the following: a socket socket, a pipeline pipe, a named pipe FIFO, a shared memory share memory, and a shared file.
  14. 根据权利要求13所述的资源配置装置,其特征在于,所述操作系统通过预设私有连接接收所述购物应用程序发送的配置信息之前,所述处理单元还用于控制所述操作系统接收来自所述购物应用程序的私有连接建立请求,所述私有连接建立请求包括所述购物应用程序的应用标识;以及控制所述操作系统在检测到预设的应用标识集合中包含所述应用标识时,建立所述预设私有连接。The resource configuration apparatus according to claim 13, wherein the processing unit is further configured to control the operating system to receive the configuration information before the operating system receives the configuration information sent by the shopping application by using a preset private connection. a private connection establishment request of the shopping application, the private connection establishment request including an application identifier of the shopping application; and controlling the operating system to detect the preset application identifier set to include the application identifier Establish the preset private connection.
  15. 根据权利要求10-14任一项所述的资源配置装置,其特征在于,所述场景信息包括所述运行场景的场景标识;在所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量方面,所述处理单元具体用于:控制所述操作系统以所述运行场景的场景标识为查询标识,查询预设的所述购物应用程序的场景标识与所述待调整的系统资源的调整量之间的映射关系,确定所述运行场景的场景标识对应的所述待调整的系统资源的调整量。The resource configuration device according to any one of claims 10 to 14, wherein the scenario information includes a scenario identifier of the running scenario; and the operating system determines the to-be-adjusted corresponding to the running scenario. The processing unit is specifically configured to: control the operating system to use the scenario identifier of the running scenario as a query identifier, and query a preset scenario identifier of the shopping application and the to-be-adjusted The mapping between the adjustments of the system resources determines the adjustment amount of the system resources to be adjusted corresponding to the scenario identifier of the running scenario.
  16. 根据权利要求10-14任一项所述的资源配置装置,其特征在于,所述场景信息包括所述运行场景的场景关联信息;在所述场景信息包括所述操作系统确定所述运行场景对应的所述待调整的系统资源的调整量方面,所述处理单元具体用于:控制所述操作系统获取所述运行场景的场景关联信息,所述场景关联信息包括所述运行场景的帧率值;以及控制所述操作系统在检测到所述帧率值大于或低于预设帧率值时,确定所述帧率值和所述预设帧率值之间的差值;以及控制所述操作系统根据所述差值确定所述待调整的系统资源的调整量。The resource configuration device according to any one of claims 10 to 14, wherein the scenario information includes scenario association information of the running scenario; and the scenario information includes the operating system determining that the operating scenario corresponds to The processing unit is specifically configured to: control, by the operating system, the scenario association information of the running scenario, where the scenario association information includes a frame rate value of the running scenario, where the adjustment amount of the system resource to be adjusted is And controlling the operating system to determine a difference between the frame rate value and the preset frame rate value when detecting that the frame rate value is greater than or lower than a preset frame rate value; and controlling the The operating system determines an adjustment amount of the system resource to be adjusted according to the difference.
  17. 根据权利要求10-16任一项所述的资源配置装置,其特征在于,所述处理单元还用于控制所述操作系统接收来自所述购物应用程序的资源调整取消请求;以及控制所述操作系统响应所述资源调整取消请求,取消根据所述待调整的系统资源的调整量调整所述待调整的系统资源。The resource configuration apparatus according to any one of claims 10 to 16, wherein the processing unit is further configured to control the operating system to receive a resource adjustment cancellation request from the shopping application; and control the operation. The system responds to the resource adjustment cancellation request, and cancels adjusting the system resource to be adjusted according to the adjustment amount of the system resource to be adjusted.
  18. 根据权利要求10-17任一项所述的资源配置装置,其特征在于,所述资源包括所述移动终端的以下资源中的至少一种:CPU资源、GPU资源、内存带宽资源、磁盘资源、网络资源。The resource configuration apparatus according to any one of claims 10-17, wherein the resource includes at least one of the following resources of the mobile terminal: a CPU resource, a GPU resource, a memory bandwidth resource, a disk resource, Internet resources.
  19. 一种移动终端,其特征在于,包括处理器、存储器、通信接口以及一个或多个程序,其中,所述一个或多个程序被存储在所述存储器中,并且被配置由所述处理器执行,所述程序包括用于执行权利要求1-9任一项方法中的步骤的指令。A mobile terminal, comprising: a processor, a memory, a communication interface, and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the processor The program includes instructions for performing the steps of the method of any of claims 1-9.
  20. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如权利要求1-9任一项所述的方法,所述计算机包括移动终端。A computer readable storage medium, wherein the computer readable storage medium stores a computer program for electronic data exchange, wherein the computer program causes the computer to perform the method of any one of claims 1-9 Method, the computer comprises a mobile terminal.
PCT/CN2018/101351 2017-09-06 2018-08-20 Resource configuration method and related product WO2019047708A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710795540.7A CN107621981A (en) 2017-09-06 2017-09-06 Resource allocation method and Related product
CN201710795540.7 2017-09-06

Publications (1)

Publication Number Publication Date
WO2019047708A1 true WO2019047708A1 (en) 2019-03-14

Family

ID=61089283

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/101351 WO2019047708A1 (en) 2017-09-06 2018-08-20 Resource configuration method and related product

Country Status (2)

Country Link
CN (1) CN107621981A (en)
WO (1) WO2019047708A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107621981A (en) * 2017-09-06 2018-01-23 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN108646938B (en) * 2018-03-13 2020-04-17 Oppo广东移动通信有限公司 Configuration method and device of touch screen, terminal and storage medium
CN109558165B (en) * 2018-11-29 2022-07-08 广州市百果园信息技术有限公司 Configuration optimization method, device, equipment and storage medium
CN109739635B (en) * 2019-01-28 2021-06-22 Oppo广东移动通信有限公司 System performance optimization method, device, terminal and storage medium
CN110266725B (en) * 2019-07-08 2021-10-22 何荣宝 Password security isolation module and mobile office security system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012068150A1 (en) * 2010-11-15 2012-05-24 Qualcomm Incorporated Arbitrating resource acquisition for applications of a multi-processor mobile communications device
CN103430151A (en) * 2012-07-06 2013-12-04 华为终端有限公司 Method and apparatus for configuring resource
CN103984538A (en) * 2014-03-27 2014-08-13 华为技术有限公司 Application scenario identification method, power consumption management method, devices and terminal equipment
CN106095592A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 A kind of prospect application scenarios synchronous method and device, system
CN107479970A (en) * 2017-07-31 2017-12-15 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN107621981A (en) * 2017-09-06 2018-01-23 广东欧珀移动通信有限公司 Resource allocation method and Related product

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102932383B (en) * 2011-08-08 2015-07-29 联想(北京)有限公司 A kind of data transmission method, terminal and terminal system
CN105045367A (en) * 2015-01-16 2015-11-11 中国矿业大学 Android system equipment power consumption optimization method based on game load prediction
CN105677477B (en) * 2015-12-30 2019-10-15 北京金山安全软件有限公司 Method and device for optimizing application program resources and electronic equipment
CN105893142A (en) * 2015-12-31 2016-08-24 乐视移动智能信息技术(北京)有限公司 Resource distribution method and device
CN106997309A (en) * 2016-01-22 2017-08-01 中兴通讯股份有限公司 A kind of management method of core cpu, device and terminal
CN106020990B (en) * 2016-06-30 2020-01-10 宇龙计算机通信科技(深圳)有限公司 Control method of central processing unit and terminal equipment
CN106354564A (en) * 2016-08-31 2017-01-25 深圳天珑无线科技有限公司 System resource distribution method and system
CN106776004A (en) * 2016-11-18 2017-05-31 努比亚技术有限公司 Cpu resource distributor and method
CN106844047B (en) * 2017-01-11 2021-06-04 上海传英信息技术有限公司 Application program optimization method of intelligent terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012068150A1 (en) * 2010-11-15 2012-05-24 Qualcomm Incorporated Arbitrating resource acquisition for applications of a multi-processor mobile communications device
CN103430151A (en) * 2012-07-06 2013-12-04 华为终端有限公司 Method and apparatus for configuring resource
CN103984538A (en) * 2014-03-27 2014-08-13 华为技术有限公司 Application scenario identification method, power consumption management method, devices and terminal equipment
CN106095592A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 A kind of prospect application scenarios synchronous method and device, system
CN107479970A (en) * 2017-07-31 2017-12-15 广东欧珀移动通信有限公司 Resource allocation method and Related product
CN107621981A (en) * 2017-09-06 2018-01-23 广东欧珀移动通信有限公司 Resource allocation method and Related product

Also Published As

Publication number Publication date
CN107621981A (en) 2018-01-23

Similar Documents

Publication Publication Date Title
CN107577533B (en) Resource allocation method and related product
CN107547746B (en) Resource allocation method and related product
US11151010B2 (en) Resource configuration method, mobile terminal and storage medium
WO2019042171A1 (en) Resource allocation method and product related thereto
WO2019042180A1 (en) Resource allocation method and related product
WO2019047709A1 (en) Resource configuration method and related product
US11698815B2 (en) Method for resource allocation and related products
CN107450988B (en) Resource allocation method and related product
US11301300B2 (en) Method for resource allocation and terminal device
CN107479970B (en) Resource allocation method and related product
WO2019047708A1 (en) Resource configuration method and related product
US10936371B2 (en) Method for resource allocation and related products
CN107547745B (en) Resource allocation method and related product
WO2019228344A1 (en) Resource configuration method and apparatus, and terminal and storage medium
CN107797868B (en) Resource adjusting method and device
CN107635078B (en) Game control method and device
US11016812B2 (en) Method for resource allocation and terminal device
CN107517306B (en) Resource allocation method and related product
WO2019072208A1 (en) Application running control method and device
US11182210B2 (en) Method for resource allocation and terminal device
WO2019072180A1 (en) Method and apparatus for allocating resources to application
WO2019076213A1 (en) Network control method and device
CN107528977B (en) Resource allocation method and related product
WO2019042172A1 (en) Resource allocation method and product related thereto
WO2019076254A1 (en) Game application control method, and device

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: 18854140

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18854140

Country of ref document: EP

Kind code of ref document: A1