Searched refs:ToTimeSpan (Results 1 – 4 of 4) sorted by relevance
52 …time. (took %lldms)\n", (nn::os::Tick::GetSystemCurrent() - tickStart).ToTimeSpan().GetMilliSecond… in SetupDaemonsDefault()
75 nn::fnd::TimeSpan ToTimeSpan() const;117 inline nn::fnd::TimeSpan Tick::ToTimeSpan() const in ToTimeSpan() function
309 return nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds();
218 s64 msec = nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds(); in PrintLog()