PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
SceKernelSystemStatus Struct Reference

Structure to contain the system status returned by sceKernelReferSystemStatus. More...

#include <user/pspthreadman.h>

Collaboration diagram for SceKernelSystemStatus:

Data Fields

SceSize size
 Size of the structure (should be set prior to the call)
 
SceUInt status
 The status ?
 
SceKernelSysClock idleClocks
 The number of cpu clocks in the idle thread.
 
SceUInt comesOutOfIdleCount
 Number of times we resumed from idle.
 
SceUInt threadSwitchCount
 Number of thread context switches.
 
SceUInt vfpuSwitchCount
 Number of vfpu switches ?
 

Detailed Description

Structure to contain the system status returned by sceKernelReferSystemStatus.

Field Documentation

◆ comesOutOfIdleCount

SceUInt SceKernelSystemStatus::comesOutOfIdleCount

Number of times we resumed from idle.

◆ idleClocks

SceKernelSysClock SceKernelSystemStatus::idleClocks

The number of cpu clocks in the idle thread.

◆ size

SceSize SceKernelSystemStatus::size

Size of the structure (should be set prior to the call)

◆ status

SceUInt SceKernelSystemStatus::status

The status ?

◆ threadSwitchCount

SceUInt SceKernelSystemStatus::threadSwitchCount

Number of thread context switches.

◆ vfpuSwitchCount

SceUInt SceKernelSystemStatus::vfpuSwitchCount

Number of vfpu switches ?


The documentation for this struct was generated from the following file: