Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp44 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::Stopwatch
59 Stopwatch::Stopwatch(int, const char*) in Stopwatch() function in nw::lyt::internal::Stopwatch
65 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 …]
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h42 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::LinkListNode
71 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 …]
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h668 mutable Stopwatch m_LoadTextureSw;
669 mutable Stopwatch m_PrintCharSw;
672 mutable Stopwatch m_DispCharSw;
Dfont_Stopwatch.h35 class Stopwatch
Dfont_TextWriterBase.h651 mutable Stopwatch m_PrintTextSw;