Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_Stopwatch.h62 nn::fnd::TimeSpan GetElapsedTime() const in GetElapsedTime() function
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp100 TimeSpan total = stopwatch.GetElapsedTime(); in Dump()
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp641 TimeSpan timeSpan = m_LoadTextureSw.GetElapsedTime(); in PrintProfile()
643 timeSpan = m_PrintCharSw.GetElapsedTime(); in PrintProfile()
645 timeSpan = m_DispCharSw.GetElapsedTime(); in PrintProfile()
Dfont_TextWriterBase.cpp890 TimeSpan timeSpan = m_PrintTextSw.GetElapsedTime(); in PrintProfile()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h166 const TimeSpan GetElapsedTime() const in GetElapsedTime() function