Lines Matching refs:os
124 os::IAllocator* allocator);
130 void Destroy(os::IAllocator* allocator);
187 static_cast<float>(nn::os::Tick(tick).ToTimeSpan().GetNanoSeconds()) / accuracy; in TickToTime()
194 os::IAllocator* allocator,
241 static void Initialize(int maxReport, os::IAllocator* allocator);
244 static void Finalize(os::IAllocator* allocator);
324 os::IAllocator*) in CreateProfileManager()
329 void Destroy(os::IAllocator*){}; in Destroy()
376 static void Initialize(int, os::IAllocator*){} in Initialize()
378 static void Finalize(os::IAllocator*){} in Finalize()
398 nn::os::Tick startTick = nn::os::Tick::GetSystemCurrent(); in StopWatch()
399 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in StopWatch()
410 m_Ticks[ i ] = ::nn::os::Tick(0); in Start()
412 m_SplitTick = nn::os::Tick::GetSystemCurrent(); in Start()
423 nn::os::Tick current = nn::os::Tick::GetSystemCurrent();
425 m_SplitTick = nn::os::Tick::GetSystemCurrent();
433 nn::os::Tick prev = m_SplitTick; in Stop()
434 m_SplitTick = nn::os::Tick::GetSystemCurrent(); in Stop()
444 nn::os::Tick total; in Report()
462 ::nn::os::Tick m_Ticks[MaxTag + 1];
463 ::nn::os::Tick m_SplitTick;
464 ::nn::os::Tick m_OverHead;