nn::os::Tick::ToNanoSeconds Member Function

Syntax

#include <nn/os.h>

s64 ToNanoSeconds() const;

Arguments

None.

Return Values

Returns the value of this tick value converted to nanoseconds.

Description

Converts to nanoseconds.

Performs processing equivalent to this->ToTimeSpan().GetNanoSeconds faster. Because some midway calculations are omitted, note that there will be some errors compared to the result from the method mentioned on the left.

Revision History

2012/05/23
Initial version.

CONFIDENTIAL