Searched refs:Stopwatch (Results 1 – 5 of 5) sorted by relevance
42 int Stopwatch::s_TargetNoMin = INT_MAX;43 int Stopwatch::s_TargetNoMax = INT_MIN;46 Stopwatch::Stopwatch(int no, const char* label) in Stopwatch() function in nw::lyt::internal::Stopwatch57 Stopwatch::Stopwatch(int, const char*) in Stopwatch() function in nw::lyt::internal::Stopwatch63 void Stopwatch::Reset() in Reset()73 void Stopwatch::ResetAll() in ResetAll()82 void Stopwatch::Enable() in Enable()87 void Stopwatch::Disable() in Disable()92 void Stopwatch::Dump(const Stopwatch& stopwatch) in Dump()121 void Stopwatch::DumpHeader() in DumpHeader()[all …]
40 nw::lyt::internal::Stopwatch::Instance<no>(label), no)43 if(nw::lyt::internal::Stopwatch::IsTarget(no)) \44 nw::lyt::internal::Stopwatch::Instance<no>().Start(label)47 if(nw::lyt::internal::Stopwatch::IsTarget(no)) \48 nw::lyt::internal::Stopwatch::Instance<no>().Stop()63 class Stopwatch : public nw::ut::LinkListNode69 typedef nw::ut::LinkList<Stopwatch, 0> List;72 Stopwatch(int no = 0, const char* label = NULL);208 static Stopwatch& Instance(const char* label = NULL)210 static Stopwatch obj(no);[all …]
666 mutable Stopwatch m_LoadTextureSw;667 mutable Stopwatch m_PrintCharSw;670 mutable Stopwatch m_DispCharSw;
33 class Stopwatch
649 mutable Stopwatch m_PrintTextSw;