# boost\_gpu
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/qape_boost_gpu.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/qape_boost_gpu.html)
Boosts the GPU load on the GPU by a percentage specified by the input
parameter boost\_val. The API call lasts for a duration of 2 sec. This API needs
to be used when the application expects an instantaneous increase in the GPU
load. For example, scene changes in a GPU heavy game.
boost_gpu()Copy to clipboard
Caution:
A continuous boost may result in higher power costs
and may impact the overall battery life. It is recommended to use when a sudden increase in
the GPU workload is expected.
Note: This API can only be invoked 3 times in a 10 sec interval.
Note: The boost\_gpu API is intended only for OEM use. There is no third-party support.
## Parameters
| Parameters | API type | Data type | Description |
| --- | --- | --- | --- |
| boost\_val | Java | int | Boost the load on GPU by boost\_val %
Valid range is 1% to
100% |
| boost\_val | Native | uint8 | Boost the load on GPU by boost\_val %
Valid range is 1% to
100% |
| ret\_val | Native | int8\_t& | On success this is the actual return value from the API.