Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp42 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::Stopwatch
57 Stopwatch::Stopwatch(int, const char*) in Stopwatch() function in nw::lyt::internal::Stopwatch
63 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 …]
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Stopwatch.h40 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::LinkListNode
69 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 …]
/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h666 mutable Stopwatch m_LoadTextureSw;
667 mutable Stopwatch m_PrintCharSw;
670 mutable Stopwatch m_DispCharSw;
Dfont_Stopwatch.h33 class Stopwatch
Dfont_TextWriterBase.h649 mutable Stopwatch m_PrintTextSw;