GetIdealProcessor

nn::os::Thread::GetIdealProcessor Member Function

Syntax

#include <nn/os.h>

s32 GetIdealProcessor() const;

Arguments

None.

Return Values

Returns the preferred processor number.

Description

Gets the preferred processor number of an instance.

Because the execution load of this function is rather large, frequent calls may lead to lowered performance.

Revision History

2011/08/02
Added information about the execution load.
2010/01/07
Initial version.

CONFIDENTIAL