| 39 | } |
| 40 | |
| 41 | void |
| 42 | ProfileToolManager::OnSourceModAllInitialized() |
| 43 | { |
| 44 | rootmenu->AddRootConsoleCommand3("prof", "Profiling", this); |
| 45 | } |
| 46 | |
| 47 | void |
| 48 | ProfileToolManager::OnSourceModShutdown() |
nothing calls this directly
no test coverage detected