Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Stopwatch.cpp34 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::Stopwatch
112 Stopwatch::Stopwatch(const char *name) in Stopwatch() function in nn::rdt::CTR::detail::Stopwatch
130 Stopwatch::~Stopwatch(void) in ~Stopwatch()
136 void Stopwatch::Stop(void) in Stop()
[all …]
Drdt_Stopwatch.h39 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 …]
Drdt_Sender.cpp141 static detail::Stopwatch s_sp("Sender::Process()"); in Process()
196 detail::Stopwatch::PrintAll(); in PrintDebugInfo()
Drdt_Receiver.cpp144 static detail::Stopwatch s_sp("Receiver::Process()"); in Process()
199 detail::Stopwatch::PrintAll(); in PrintDebugInfo()
Drdt_Transceiver.cpp127 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::SendTo()");
160 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::ReceiveFrom()");
Drdt_RingBuffer.cpp127 static detail::Stopwatch s_sw("memcpy() in RingBuffer::Push()"); in Push()
Drdt_SenderImpl.cpp672 static detail::Stopwatch s_sp("ResendQueue::TryAgain()"); in processResending()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/font/
Dfont_Stopwatch.h29 class Stopwatch
/CTR-SDK-1.0.0/CTR_SDK/include/nn/font/CTR/
Dfont_CharWriter.h658 mutable Stopwatch m_LoadTextureSw;
659 mutable Stopwatch m_PrintCharSw;
662 mutable Stopwatch m_DispCharSw;
Dfont_TextWriterBase.h646 mutable Stopwatch m_PrintTextSw;