MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Method Clear

Source/ThirdParty/tracy/client/TracyCallstack.cpp:239–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 void Clear()
240 {
241 for( ImageEntry& entry : m_images )
242 {
243 tracy_free( entry.m_name );
244 }
245
246 m_images.clear();
247 m_haveMainImageName = false;
248 }
249};
250#endif //#ifdef TRACY_USE_IMAGE_CACHE
251

Callers 1

SetupMethod · 0.45

Calls 2

tracy_freeFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected