Searched refs:GetSystemCurrent (Results 1 – 6 of 6) sorted by relevance
32 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()
37 m_StartTick = Tick::GetSystemCurrent(); in Start()47 m_TotalTick += Tick::GetSystemCurrent() - m_StartTick; in Stop()
82 static Tick GetSystemCurrent();103 inline Tick Tick::GetSystemCurrent() in GetSystemCurrent() function
140 m_start = nn::os::Tick::GetSystemCurrent(); in Start()
138 s64 diff = nn::os::Tick::GetSystemCurrent() - m_start; in Stop()
309 return nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds();