Insert a count stat
| 135 | |
| 136 | // Insert a count stat |
| 137 | void insertCount(const std::string& key, double val) { countMap[key] = val; } |
| 138 | |
| 139 | // Insert a rate stat |
| 140 | void insertRate(const std::string& key, double val) { rateMap[key] = val; } |
no outgoing calls
no test coverage detected