| 60 | } |
| 61 | |
| 62 | void timing(const std::string& key, const unsigned int ms, const bool prefixOnly = true) { |
| 63 | m_stats->timing(key, ms); |
| 64 | if (!prefixOnly) m_stats_noprefix->timing(key, ms); |
| 65 | } |
| 66 | }; |
| 67 | |
| 68 | /* constants */ |
no outgoing calls
no test coverage detected