Home
last modified time | relevance | path

Searched refs:timeSpan (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp641 TimeSpan timeSpan = m_LoadTextureSw.GetElapsedTime(); in PrintProfile() local
642 …NN_LOG("CharWriter Load Texture time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_L… in PrintProfile()
643 timeSpan = m_PrintCharSw.GetElapsedTime(); in PrintProfile()
644 …NN_LOG("CharWriter Print time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_PrintCha… in PrintProfile()
645 timeSpan = m_DispCharSw.GetElapsedTime(); in PrintProfile()
646 …NN_LOG("CharWriter Disp time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_DispCharC… in PrintProfile()
Dfont_TextWriterBase.cpp890 TimeSpan timeSpan = m_PrintTextSw.GetElapsedTime(); in PrintProfile() local
891 …NN_LOG("TextWriter Print time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_PrintTex… in PrintProfile()