MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Create

Method Create

Source/Utility/Profiler.cpp:411–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411template<> bool CSingleton< CProfiler >::Create()
412{
413 DAEDALUS_ASSERT_Q(mpInstance == NULL);
414
415 mpInstance = new CProfiler();
416
417 return true;
418}
419
420SProfileItemHandle CProfiler::AddItem( const char * p_str )
421{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected