Searched refs:m_LoadTextureSw (Results 1 – 2 of 2) sorted by relevance
461 NW_FONT_STOPWATCH_START(m_LoadTextureSw); in LoadTexture()471 NW_FONT_STOPWATCH_STOP(m_LoadTextureSw); in LoadTexture()639 TimeSpan timeSpan = m_LoadTextureSw.GetElapsedTime(); in PrintProfile()650 m_LoadTextureSw = other.m_LoadTextureSw; in CopyProfileData()
666 mutable Stopwatch m_LoadTextureSw; variable