GetApplicationCpuTimeLimit

nn::os::CTR::GetApplicationCpuTimeLimit Function

Syntax

s32 GetApplicationCpuTimeLimit();

Parameters

None.

Return Values

Returns the core 1 CPU time to be allocated for the application. This is specified in units of percent.

Description

Gets the CPU time allocation.

Gets the core 1 CPU time to be allocated for the application.

The CPU time allocated to the application is owned by the application and cannot be used by the system, regardless of whether the application is using that CPU time. For this reason, the greater the CPU time allocated to the application, the lower the performance of operations that represent a high load on the system, such as Internet communications.

Revision History

2011/10/27
Emphasized that this will decrease system performance.
2011/07/29
Initial version.

CONFIDENTIAL