| 409 | } |
| 410 | |
| 411 | template<> bool CSingleton< CProfiler >::Create() |
| 412 | { |
| 413 | DAEDALUS_ASSERT_Q(mpInstance == NULL); |
| 414 | |
| 415 | mpInstance = new CProfiler(); |
| 416 | |
| 417 | return true; |
| 418 | } |
| 419 | |
| 420 | SProfileItemHandle CProfiler::AddItem( const char * p_str ) |
| 421 | { |
nothing calls this directly
no outgoing calls
no test coverage detected