Searched refs:Stopwatch (Results 1 – 5 of 5) sorted by relevance
44 int Stopwatch::s_TargetNoMin = INT_MAX;45 int Stopwatch::s_TargetNoMax = INT_MIN;48 Stopwatch::Stopwatch(int no, const char* label) in Stopwatch() function in nw::lyt::internal::Stopwatch59 Stopwatch::Stopwatch(int, const char*) in Stopwatch() function in nw::lyt::internal::Stopwatch65 void Stopwatch::Reset() in Reset()75 void Stopwatch::ResetAll() in ResetAll()84 void Stopwatch::Enable() in Enable()89 void Stopwatch::Disable() in Disable()94 void Stopwatch::Dump(const Stopwatch& stopwatch) in Dump()123 void Stopwatch::DumpHeader() in DumpHeader()[all …]
42 nw::lyt::internal::Stopwatch::Instance<no>(label), no)45 if(nw::lyt::internal::Stopwatch::IsTarget(no)) \46 nw::lyt::internal::Stopwatch::Instance<no>().Start(label)49 if(nw::lyt::internal::Stopwatch::IsTarget(no)) \50 nw::lyt::internal::Stopwatch::Instance<no>().Stop()65 class Stopwatch : public nw::ut::LinkListNode71 typedef nw::ut::LinkList<Stopwatch, 0> List;74 Stopwatch(int no = 0, const char* label = NULL);210 static Stopwatch& Instance(const char* label = NULL)212 static Stopwatch obj(no);[all …]
668 mutable Stopwatch m_LoadTextureSw;669 mutable Stopwatch m_PrintCharSw;672 mutable Stopwatch m_DispCharSw;
35 class Stopwatch
651 mutable Stopwatch m_PrintTextSw;