Home
last modified time | relevance | path

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

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