Searched refs:m_LoadTextureSw (Results 1 – 2 of 2) sorted by relevance
463 NW_FONT_STOPWATCH_START(m_LoadTextureSw); in LoadTexture()473 NW_FONT_STOPWATCH_STOP(m_LoadTextureSw); in LoadTexture()641 TimeSpan timeSpan = m_LoadTextureSw.GetElapsedTime(); in PrintProfile()652 m_LoadTextureSw = other.m_LoadTextureSw; in CopyProfileData()
668 mutable Stopwatch m_LoadTextureSw; variable