Searched refs:Stopwatch (Results 1 – 10 of 10) sorted by relevance
34 bool Stopwatch::s_initialized = false;35 Stopwatch* Stopwatch::s_paStopwatches[MAX_STOPWATCHES];37 void Stopwatch::Initialize(void) in Initialize()54 void Stopwatch::Finalize(void) in Finalize()69 void Stopwatch::ResetAll(void) in ResetAll()82 void Stopwatch::PrintAll(void) in PrintAll()96 Stopwatch::Stopwatch(void) in Stopwatch() function in nn::rdt::CTR::detail::Stopwatch112 Stopwatch::Stopwatch(const char *name) in Stopwatch() function in nn::rdt::CTR::detail::Stopwatch130 Stopwatch::~Stopwatch(void) in ~Stopwatch()136 void Stopwatch::Stop(void) in Stop()[all …]
39 class Stopwatch{52 Stopwatch(void);55 Stopwatch(const char *name);58 ~Stopwatch(void);90 static Stopwatch *s_paStopwatches[MAX_STOPWATCHES];138 inline void Stopwatch::Start(void) in Start()144 inline int Stopwatch::GetTimes(void) const in GetTimes()150 inline void Stopwatch::Reset(void) in Reset()166 class Stopwatch {171 Stopwatch (void) { } in Stopwatch() function[all …]
141 static detail::Stopwatch s_sp("Sender::Process()"); in Process()196 detail::Stopwatch::PrintAll(); in PrintDebugInfo()
144 static detail::Stopwatch s_sp("Receiver::Process()"); in Process()199 detail::Stopwatch::PrintAll(); in PrintDebugInfo()
127 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::SendTo()");160 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::ReceiveFrom()");
127 static detail::Stopwatch s_sw("memcpy() in RingBuffer::Push()"); in Push()
672 static detail::Stopwatch s_sp("ResendQueue::TryAgain()"); in processResending()
29 class Stopwatch
662 mutable Stopwatch m_LoadTextureSw;663 mutable Stopwatch m_PrintCharSw;666 mutable Stopwatch m_DispCharSw;
646 mutable Stopwatch m_PrintTextSw;