Home
last modified time | relevance | path

Searched refs:GetSystemCurrent (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/ndm/
Dndm_Setup.cpp32 nn::os::Tick tickStart = nn::os::Tick::GetSystemCurrent(); in SetupDaemonsDefault()
52 … disabled by default at this time. (took %lldms)\n", (nn::os::Tick::GetSystemCurrent() - tickStart… in SetupDaemonsDefault()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/font/
Dfont_Stopwatch.h37 m_StartTick = Tick::GetSystemCurrent(); in Start()
47 m_TotalTick += Tick::GetSystemCurrent() - m_StartTick; in Stop()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_Tick.h82 static Tick GetSystemCurrent();
103 inline Tick Tick::GetSystemCurrent() in GetSystemCurrent() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Stopwatch.h140 m_start = nn::os::Tick::GetSystemCurrent(); in Start()
Drdt_Stopwatch.cpp138 s64 diff = nn::os::Tick::GetSystemCurrent() - m_start; in Stop()
Drdt_Utility.cpp309 return nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds();
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/dbg/
Ddbg_Logger.cpp218 s64 msec = nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds(); in PrintLog()