| 59 | } |
| 60 | |
| 61 | void RuntimeSessionBase::trace(engine::debug::LogLevel level, std::string_view category, std::string_view message) const { |
| 62 | engine::debug::log_message(level, category, message); |
| 63 | } |
| 64 | |
| 65 | engine::debug::ScopeTimer RuntimeSessionBase::profile( |
| 66 | engine::debug::LogLevel level, |
nothing calls this directly
no test coverage detected