Searched refs:timeSpan (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_CharWriter.cpp | 639 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()
|
| D | font_TextWriterBase.cpp | 888 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()
|