nn::os::Tick::GetSystemCurrent Member Function

Syntax

#include <nn/os.h>

static Tick GetSystemCurrent();

Arguments

None.

Return Values

The system's Tick value.

Description

Returns the number of ticks that have occurred since the system was started up.

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