Lines Matching refs:os
126 os::IAllocator* allocator);
132 void Destroy(os::IAllocator* allocator);
189 static_cast<float>(nn::os::Tick(tick).ToTimeSpan().GetNanoSeconds()) / accuracy; in TickToTime()
196 os::IAllocator* allocator,
243 static void Initialize(int maxReport, os::IAllocator* allocator);
246 static void Finalize(os::IAllocator* allocator);
326 os::IAllocator*) in CreateProfileManager()
331 void Destroy(os::IAllocator*){}; in Destroy()
378 static void Initialize(int, os::IAllocator*){} in Initialize()
380 static void Finalize(os::IAllocator*){} in Finalize()
400 nn::os::Tick startTick = nn::os::Tick::GetSystemCurrent(); in StopWatch()
401 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in StopWatch()
412 m_Ticks[ i ] = ::nn::os::Tick(0); in Start()
414 m_SplitTick = nn::os::Tick::GetSystemCurrent(); in Start()
425 nn::os::Tick current = nn::os::Tick::GetSystemCurrent();
427 m_SplitTick = nn::os::Tick::GetSystemCurrent();
435 nn::os::Tick prev = m_SplitTick; in Stop()
436 m_SplitTick = nn::os::Tick::GetSystemCurrent(); in Stop()
446 nn::os::Tick total; in Report()
464 ::nn::os::Tick m_Ticks[MaxTag + 1];
465 ::nn::os::Tick m_SplitTick;
466 ::nn::os::Tick m_OverHead;